Skip to content

Commit 3d097ea

Browse files
committed
chore(build): changed from vercel to netlify to support ipv6
1 parent 71c8d7c commit 3d097ea

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

netlify.toml

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

src/public/_headers

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/assets/*
2+
cache-control: max-age=31536000
3+
cache-control: immutable

vercel.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)