Skip to content

Commit

Permalink
Testing Netlify integration
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmakestech committed Jan 5, 2022
1 parent 8a34425 commit 3c49d45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,10 @@
from = "https://www.goprossimo.org/*"
to = "https://www.memorysafety.org/:splat"
status = 301
force = true
force = true

[[redirects]]
from = "/*"
to = "/404.html"
status = 404
force = false

0 comments on commit 3c49d45

Please sign in to comment.