1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix(blog): issue with CSS loading

Ref: https://github.com/nodejs/node/issues/56155
This commit is contained in:
2024-12-06 23:16:40 +01:00
parent af5c845e4b
commit db1159f20c
5 changed files with 254 additions and 221 deletions

View File

@@ -3,10 +3,10 @@
"version": "4.1.1",
"private": true,
"type": "module",
"packageManager": "pnpm@9.14.4+sha512.c8180b3fbe4e4bca02c94234717896b5529740a6cbadf19fa78254270403ea2f27d4e1d46a08a0f56c89b63dc8ebfd3ee53326da720273794e6200fcf0d184ab",
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.14.4"
"pnpm": ">=9.15.0"
},
"scripts": {
"build": "turbo run build",