Skip to content

Commit

Permalink
Update netlify.toml to use /plugins prefix. (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec authored Feb 13, 2024
1 parent 13ef1f3 commit d14948c
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 = "/platformsh"
to = "/plugins/platformsh"
status = 200
[[redirects]]
from = "/platformsh/*"
from = "/plugins/platformsh/*"
to = "/:splat"
status = 200

0 comments on commit d14948c

Please sign in to comment.