Skip to content

Commit

Permalink
Redirect to vercel permanently
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Feb 3, 2023
1 parent 183724f commit 948980c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ build:
publish: build
command: npm run build
ignore: git diff --quiet HEAD^ HEAD ../website/

redirects:
from: "/*"
to: "https://docusarus-powershell.vercel.app/:splat"
status: 301
force: true # COMMENT: ensure that we always redirect

0 comments on commit 948980c

Please sign in to comment.