Skip to content

Commit

Permalink
chore: move docs redirect into _redirects (elk-zone#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 8, 2023
1 parent 9e24cbe commit 759d9e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,3 @@
to = "https://discord.gg/vAZSDU9J"
status = 301
force = true

# Redirect to the docs
[[redirects]]
from = "/docs"
to = "https://docs.elk.zone/"
status = 200
force = true
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/docs/* https://docs.elk.zone/:splat 200

0 comments on commit 759d9e2

Please sign in to comment.