Skip to content

Commit 9dc0374

Browse files
committed
docs: restore viteplus.dev/vp-setup.exe redirect and use as user-facing URL
1 parent ce77775 commit 9dc0374

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ curl -fsSL https://vite.plus | bash
1818
irm https://vite.plus/ps1 | iex
1919
```
2020

21-
Alternatively, download and run [`vp-setup.exe`](https://vp-setup.void.app).
21+
Alternatively, download and run [`vp-setup.exe`](https://viteplus.dev/vp-setup.exe).
2222

2323
::: tip SmartScreen warning
2424
The `vp-setup.exe` is not yet code-signed. Your browser may show a warning when downloading. Click **"..."****"Keep"****"Keep anyway"** to proceed. If Windows Defender SmartScreen blocks the file when you run it, click **"More info"****"Run anyway"**.

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
7+
[[redirects]]
8+
from = "/vp-setup.exe"
9+
to = "https://vp-setup.void.app"
10+
status = 302

rfcs/windows-installer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The release workflow already creates GitHub Releases. Add build + upload steps f
413413

414414
### Phase 2: Direct Download URL (done)
415415

416-
Installation docs link directly to `https://vp-setup.void.app` which serves the platform-appropriate installer binary.
416+
`https://viteplus.dev/vp-setup.exe` redirects (302) to `https://vp-setup.void.app` via Netlify redirect in `netlify.toml`. Installation docs link to the user-facing `viteplus.dev` URL.
417417

418418
### Phase 3: Package Managers
419419

0 commit comments

Comments
 (0)