Skip to content

Commit 0036a86

Browse files
committed
fix: site menu not working in blog page
1 parent 656d89b commit 0036a86

File tree

6 files changed

+285
-294
lines changed

6 files changed

+285
-294
lines changed

site/package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@contentful/rich-text-html-renderer": "^17.0.0",
2323
"@contentful/rich-text-links": "^17.0.0",
2424
"@contentful/rich-text-types": "^17.0.0",
25-
"@splinetool/runtime": "^1.9.36",
26-
"@splinetool/viewer": "^1.9.36",
25+
"@splinetool/runtime": "^1.9.39",
26+
"@splinetool/viewer": "^1.9.39",
2727
"astro": "^5.0.0-beta.7",
2828
"astro-capo": "^0.0.1",
2929
"astro-font": "^0.1.81",
3030
"astro-seo": "^0.8.4",
31-
"contentful": "^11.2.0",
31+
"contentful": "^11.2.1",
3232
"echarts": "^5.5.1",
3333
"gl-matrix": "^3.4.3",
3434
"rehype-autolink-headings": "^7.1.0",
@@ -43,7 +43,7 @@
4343
"shiki": "^1.22.2",
4444
"slugify": "^1.6.6",
4545
"smartypants": "^0.2.2",
46-
"svelte": "^5.1.11"
46+
"svelte": "^5.1.16"
4747
},
4848
"devDependencies": {
4949
"@astrojs/check": "^0.9.4",
@@ -55,7 +55,7 @@
5555
"@types/gl-matrix": "^3.2.0",
5656
"@types/webgl2": "^0.0.11",
5757
"@iconify-json/logos": "^1.2.3",
58-
"@iconify-json/lucide": "^1.2.11",
58+
"@iconify-json/lucide": "^1.2.14",
5959
"@iconify-json/mdi": "^1.2.1",
6060
"@iconify-json/tabler": "^1.2.7",
6161
"@tailwindcss/aspect-ratio": "^0.4.2",
@@ -67,7 +67,7 @@
6767
"@types/postcss-import": "^14.0.3",
6868
"astro-icon": "^1.1.2",
6969
"autoprefixer": "^10.4.20",
70-
"postcss": "^8.4.47",
70+
"postcss": "^8.4.49",
7171
"postcss-import": "^16.1.0",
7272
"prettier": "^3.3.3",
7373
"prettier-plugin-astro": "^0.14.1",
@@ -77,7 +77,7 @@
7777
"typed-query-selector": "^2.12.0",
7878
"typescript": "^5.6.3",
7979
"unist-util-visit": "^5.0.0",
80-
"vite": "^5.4.10"
80+
"vite": "^5.4.11"
8181
},
8282
"overrides": {
8383
"is-core-module": "npm:@nolyfill/is-core-module@^1",

site/site.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _: {
1919
packages = {
2020
site = mkCi false (
2121
jsPkgs.buildNpmPackage {
22-
npmDepsHash = "sha256-Q9HbeXkrLI3aomqLxcpIAk+f72KWHOusQdQjRoz/tj4=";
22+
npmDepsHash = "sha256-7d6a0+QgKn2xUvVU2jtWX2nGYynAb0nIrgnO/mOCAVs=";
2323
src = ./.;
2424
sourceRoot = "site";
2525
pname = packageJSON.name;

0 commit comments

Comments
 (0)