Skip to content

Commit cf837a1

Browse files
committed
feat(optimize): add lazyload for some css
1 parent c1890d3 commit cf837a1

File tree

6 files changed

+122
-195
lines changed

6 files changed

+122
-195
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"dependencies": {
1919
"@astrojs/check": "^0.9.6",
2020
"@astrojs/mdx": "^4.3.13",
21-
"@astrojs/rss": "^4.0.14",
22-
"@astrojs/sitemap": "^3.6.0",
23-
"@astrojs/tailwind": "^5.1.5",
21+
"@astrojs/rss": "^4.0.15",
22+
"@astrojs/sitemap": "^3.7.0",
23+
"@astrojs/tailwind": "^6.0.2",
2424
"@expressive-code/plugin-collapsible-sections": "^0.41.5",
2525
"@fancyapps/ui": "^6.1.7",
2626
"@giscus/react": "^3.1.0",
@@ -34,7 +34,7 @@
3434
"@myriaddreamin/typst.ts": "0.7.0-rc2",
3535
"@resvg/resvg-js": "^2.6.2",
3636
"@types/react-dom": "^18.3.7",
37-
"astro": "^5.16.6",
37+
"astro": "^5.16.11",
3838
"astro-expressive-code": "^0.41.5",
3939
"astro-icon": "^1.1.5",
4040
"astro-typst": "^0.12.3",

0 commit comments

Comments
 (0)