Skip to content

Commit

Permalink
docs: add /vscode redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 20, 2024
1 parent 18a8cdd commit e685b76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ from = "/new"
to = "https://stackblitz.com/fork/github/vitest-dev/vitest/tree/main/examples/basic?initialPath=__vitest__/"
status = 302

[[redirects]]
from = "/vscode"
to = "https://marketplace.visualstudio.com/items?itemName=vitest.explorer"
status = 302

[[headers]]
for = "/manifest.webmanifest"

Expand Down

0 comments on commit e685b76

Please sign in to comment.