Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ curl -fsSL https://vite.plus | bash
irm https://vite.plus/ps1 | iex
```

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

::: tip SmartScreen warning
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"**.
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ publish = ".vitepress/dist"
# Windows installer redirect
[[redirects]]
from = "/vp-setup"
to = "https://vp-setup.void.app"
to = "https://setup.viteplus.dev"
status = 302
2 changes: 1 addition & 1 deletion rfcs/windows-installer.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ The release workflow already creates GitHub Releases. Add build + upload steps f

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

`https://viteplus.dev/vp-setup` redirects (302) to `https://vp-setup.void.app` via Netlify redirect in `netlify.toml`. Installation docs link to the user-facing `viteplus.dev` URL.
`https://viteplus.dev/vp-setup` redirects (302) to `https://setup.viteplus.dev` via Netlify redirect in `netlify.toml`. Installation docs link to the user-facing `viteplus.dev` URL.

### Phase 3: Package Managers

Expand Down
Loading