Skip to content

Commit

Permalink
Change: adds redirect netlify rule (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbastn committed Feb 17, 2021
1 parent 58f53ea commit 163a9f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@
for = "/search.json"
[headers.values]
Access-Control-Allow-Origin = "*"

[[redirects]]
from = "/*"
to = "/404"
status = 404

0 comments on commit 163a9f2

Please sign in to comment.