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 31832ea commit 282abef
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 = "/solr"
to = "/plugins/solr"
status = 200
[[redirects]]
from = "/solr/*"
from = "/plugins/solr/*"
to = "/:splat"
status = 200

0 comments on commit 282abef

Please sign in to comment.