Skip to content

Commit 3059eff

Browse files
committed
fixed comments and view and other import issues
1 parent 2bef889 commit 3059eff

File tree

5 files changed

+6
-9671
lines changed

5 files changed

+6
-9671
lines changed

astro.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { rehypeHeadingIds } from '@astrojs/markdown-remark'
22
import vercel from '@astrojs/vercel'
3+
import sitemap from '@astrojs/sitemap'
34
import AstroPureIntegration from 'astro-pure'
45
import { defineConfig } from 'astro/config'
56
import rehypeKatex from 'rehype-katex'

bun.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"@playform/compress": "^0.2.0",
1111
"@waline/client": "^3.6.0",
1212
"astro": "^5.12.0",
13-
"astro-pure": "1.3.2",
13+
"astro-pure": "1.3.3",
14+
"chokidar": "^4.0.3",
1415
"katex": "^0.16.22",
1516
"rehype-katex": "^7.0.1",
1617
"remark-math": "^6.0.0",
@@ -526,7 +527,7 @@
526527

527528
"astro-eslint-parser": ["astro-eslint-parser@1.2.2", "https://registry.npmmirror.com/astro-eslint-parser/-/astro-eslint-parser-1.2.2.tgz", { "dependencies": { "@astrojs/compiler": "^2.0.0", "@typescript-eslint/scope-manager": "^7.0.0 || ^8.0.0", "@typescript-eslint/types": "^7.0.0 || ^8.0.0", "astrojs-compiler-sync": "^1.0.0", "debug": "^4.3.4", "entities": "^6.0.0", "eslint-scope": "^8.0.1", "eslint-visitor-keys": "^4.0.0", "espree": "^10.0.0", "fast-glob": "^3.3.3", "is-glob": "^4.0.3", "semver": "^7.3.8" } }, "sha512-JepyLROIad6f44uyqMF6HKE2QbunNzp3mYKRcPoDGt0QkxXmH222FAFC64WTyQu2Kg8NNEXHTN/sWuUId9sSxw=="],
528529

529-
"astro-pure": ["astro-pure@1.3.2", "https://registry.npmmirror.com/astro-pure/-/astro-pure-1.3.2.tgz", { "dependencies": { "@astrojs/mdx": "^4.3.0", "@astrojs/sitemap": "^3.4.1", "@pagefind/default-ui": "^1.3.0", "@unocss/reset": "^66.3.3", "astro": "^5.11.1", "hast-util-select": "^6.0.4", "node-html-parser": "^7.0.1", "pagefind": "^1.3.0", "unocss": "^66.3.3" }, "bin": { "astro-pure": "scripts/index.js" } }, "sha512-yfBxaT1Xmzt1g+VXAV5e8cC6QVXgiTiFVIyyAWmsXQ14riVhlpWVA6JB117+7mjs476J65poKb6grRJSgA3biw=="],
530+
"astro-pure": ["astro-pure@1.3.3", "", { "dependencies": { "@astrojs/mdx": "^4.3.1", "@astrojs/sitemap": "^3.4.1", "@pagefind/default-ui": "^1.3.0", "@unocss/reset": "^66.3.3", "astro": "^5.12.0", "hast-util-select": "^6.0.4", "node-html-parser": "^7.0.1", "pagefind": "^1.3.0", "unocss": "^66.3.3" }, "bin": { "astro-pure": "scripts/index.js" } }, "sha512-xadlifjSNf7zV2A467USvVQvYxzKWdd2muscwPs7VzE6MMLVnbf4o2yOSKKmDEgpV1HYjDXVCW7H+lkW7cdqvQ=="],
530531

531532
"astrojs-compiler-sync": ["astrojs-compiler-sync@1.1.1", "https://registry.npmmirror.com/astrojs-compiler-sync/-/astrojs-compiler-sync-1.1.1.tgz", { "dependencies": { "synckit": "^0.11.0" }, "peerDependencies": { "@astrojs/compiler": ">=0.27.0" } }, "sha512-0mKvB9sDQRIZPsEJadw6OaFbGJ92cJPPR++ICca9XEyiUAZqgVuk25jNmzHPT0KF80rI94trSZrUR5iHFXGGOQ=="],
532533

0 commit comments

Comments
 (0)