Skip to content

Commit b9c6b9e

Browse files
committed
add giscus
1 parent d150901 commit b9c6b9e

File tree

4 files changed

+295
-1
lines changed

4 files changed

+295
-1
lines changed

astro.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ export default defineConfig({
4545
},
4646
],
4747
customCss: ["./src/tailwind.css"],
48+
components: {
49+
Footer: "./src/components/Footer.astro",
50+
},
4851
}),
4952
tailwind({ applyBaseStyles: false }),
5053
],

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13+
"@astrojs/check": "^0.9.3",
1314
"@astrojs/starlight": "^0.28.2",
15+
"@astrojs/starlight-docsearch": "^0.2.0",
1416
"@astrojs/starlight-tailwind": "^2.0.3",
1517
"@astrojs/tailwind": "^5.1.0",
1618
"astro": "^4.15.3",
1719
"sharp": "^0.32.5",
1820
"tailwindcss": "^3.4.4",
19-
"@astrojs/check": "^0.9.3",
2021
"typescript": "^5.6.2"
2122
},
2223
"packageManager": "[email protected]"

pnpm-lock.yaml

+267
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)