We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53abac commit 55763e6Copy full SHA for 55763e6
netlify.toml
@@ -2,3 +2,9 @@
2
base = "docs/"
3
command = "pnpm build"
4
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