Skip to content

Commit 064a884

Browse files
committed
feat: finish home page
1 parent 8a3ec4e commit 064a884

13 files changed

+2335
-1954
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"[mdx]": {
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": "never"
5+
}
6+
}
7+
}

astro.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default defineConfig({
1515
social: {
1616
github: "https://github.com/volarjs/",
1717
twitter: "https://twitter.com/johnsoncodehk",
18-
discord: "https://discord.gg/Ha7XJbMJZc",
18+
discord: "https://discord.gg/N94ECvy2uW",
1919
},
2020
customCss: ["./src/styles/custom.css"],
2121
editLink: {

package.json

+12-11
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,20 @@
1111
"format": "prettier -w --cache ."
1212
},
1313
"dependencies": {
14-
"@astrojs/starlight": "^0.9.0",
15-
"astro": "^3.0.8",
16-
"sharp": "^0.32.5",
17-
"prettier": "^3.0.3",
18-
"prettier-plugin-astro": "^0.12.0"
14+
"@astrojs/starlight": "^0.16.0",
15+
"@types/hast": "^3.0.3",
16+
"astro": "^4.2.3",
17+
"prettier": "^3.2.4",
18+
"prettier-plugin-astro": "^0.13.0",
19+
"sharp": "^0.32.6"
1920
},
2021
"devDependencies": {
21-
"hast-util-from-html": "^1.0.2",
22-
"hast-util-to-string": "^2.0.0",
23-
"hastscript": "^7.2.0",
24-
"rehype": "^12.0.1",
25-
"start-server-and-test": "^2.0.0",
26-
"unist-util-visit": "^4.1.2"
22+
"hast-util-from-html": "^2.0.1",
23+
"hast-util-to-string": "^3.0.0",
24+
"hastscript": "^9.0.0",
25+
"rehype": "^13.0.1",
26+
"start-server-and-test": "^2.0.3",
27+
"unist-util-visit": "^5.0.0"
2728
},
2829
"packageManager": "[email protected]"
2930
}

0 commit comments

Comments
 (0)