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 9dd5e88 commit d0033f3
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 = "/mongo"
to = "/plugins/mongo"
status = 200
[[redirects]]
from = "/mongo/*"
from = "/plugins/mongo/*"
to = "/:splat"
status = 200

0 comments on commit d0033f3

Please sign in to comment.