Skip to content

Commit

Permalink
Update netlify.toml to use /plugins prefix.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 13, 2024
1 parent d37c81c commit 4e922a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
# We need this so preview environments and the base site look ok on their own
[[redirects]]
from = "/"
to = "/elasticsearch"
to = "/plugins/elasticsearch"
status = 200
[[redirects]]
from = "/elasticsearch/*"
from = "/plugins/elasticsearch/*"
to = "/:splat"
status = 200

0 comments on commit 4e922a1

Please sign in to comment.