mirror of
https://github.com/saicaca/fuwari.git
synced 2026-01-11 23:02:53 +01:00
fix: fix HMR not working. (#195)
* inline style to base.css * revert banner style * Properly revert the banner-related issues.
This commit is contained in:
committed by
saicaca
parent
85c9e1f5d2
commit
450ab150a3
@@ -17,12 +17,12 @@
|
||||
"@astrojs/check": "^0.9.3",
|
||||
"@astrojs/rss": "^4.0.7",
|
||||
"@astrojs/sitemap": "^3.1.6",
|
||||
"@astrojs/svelte": "^5.7.0",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"@astrojs/svelte": "^5.7.1",
|
||||
"@astrojs/tailwind": "^5.1.1",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.0.22",
|
||||
"@fontsource/roboto": "^5.0.14",
|
||||
"@swup/astro": "^1.4.1",
|
||||
"astro": "^4.15.0",
|
||||
"astro": "^4.15.9",
|
||||
"astro-compress": "^2.3.1",
|
||||
"astro-icon": "^1.1.1",
|
||||
"colorjs.io": "^0.5.2",
|
||||
@@ -47,7 +47,7 @@
|
||||
"unist-util-visit": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/ts-plugin": "^1.10.1",
|
||||
"@astrojs/ts-plugin": "^1.10.2",
|
||||
"@biomejs/biome": "1.8.3",
|
||||
"@iconify-json/fa6-brands": "^1.1.22",
|
||||
"@iconify-json/fa6-regular": "^1.1.22",
|
||||
|
||||
Reference in New Issue
Block a user