Skip to content

Commit 55763e6

Browse files
committed
feat(docs): add redirect from viteplus.dev/vp-setup.exe to download service
1 parent e53abac commit 55763e6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,9 @@
22
base = "docs/"
33
command = "pnpm build"
44
publish = ".vitepress/dist"
5+
6+
# Windows installer redirect (Phase 2 of windows-installer RFC)
7+
[[redirects]]
8+
from = "/vp-setup.exe"
9+
to = "https://vp-setup.void.app/download"
10+
status = 302

0 commit comments

Comments
 (0)