Skip to content

Commit ce77775

Browse files
committed
docs: use vp-setup.void.app as download link, remove Netlify redirect
1 parent ac2513f commit ce77775

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
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://viteplus.dev/vp-setup.exe).
21+
Alternatively, download and run [`vp-setup.exe`](https://vp-setup.void.app).
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,3 @@
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

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-
`https://viteplus.dev/vp-setup.exe` redirects (302) to `https://vp-setup.void.app/download` via Netlify redirect in `netlify.toml`. Installation docs updated to link directly to this URL.
416+
Installation docs link directly to `https://vp-setup.void.app` which serves the platform-appropriate installer binary.
417417

418418
### Phase 3: Package Managers
419419

0 commit comments

Comments
 (0)