Skip to content

Commit

Permalink
Add redirects for /projects/iga* and /projects/sandc/* paths
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahdaviscom committed Apr 9, 2024
1 parent 52a6077 commit 1de75c4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,13 @@
publish = "dist"
[[plugins]]
# Netlify plugin for running Lighthouse tests
package = "@netlify/plugin-lighthouse"
package = "@netlify/plugin-lighthouse"
# redirect all requests to /api/* to the lambda function
[[redirects]]
from = "/projects/iga*"
to = "/projects/iga*"
status = 200
[[redirects]]
from = "/projects/sandc/*"
to = "/projects/sandc/*"
status = 200

0 comments on commit 1de75c4

Please sign in to comment.