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

@@ -21,8 +21,8 @@ catalog:
"react": "19.0.0"
"react-dom": "19.0.0"
"react-icons": "5.4.0"
"@types/react": "19.0.0"
"@types/react-dom": "19.0.0"
"@types/react": "19.0.1"
"@types/react-dom": "19.0.1"
# Blog
"@giscus/react": "3.0.0"