Skip to content

Commit 36a4c85

Browse files
committed
ci: setup netlify deploy
1 parent b3850de commit 36a4c85

4 files changed

Lines changed: 6 additions & 831 deletions

File tree

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build.environment]
2+
NODE_VERSION = "24"
3+
[build]
4+
publish = "docs/.vitepress/dist"
5+
command = "pnpm build"

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"unplugin-icons": "^22.5.0",
3030
"vitepress": "2.0.0-alpha.15",
3131
"vitepress-plugin-group-icons": "^1.6.5",
32-
"vue": "^3.5.26",
33-
"wrangler": "^4.54.0"
32+
"vue": "^3.5.26"
3433
},
3534
"packageManager": "pnpm@10.27.0"
3635
}

0 commit comments

Comments
 (0)