Skip to content

Commit

Permalink
Update netlify.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdbruxelles committed Jun 9, 2022
1 parent cb984c4 commit edcd16e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
###########################
# REDIRECTS COMMANDS
###########################
[[redirects]]
from = "/*"
to = "/?ref=404"
status = 301
force = false

[[redirects]]
from = "/index.js"
to = "/i18n.js"
status = 200
force = true

[[redirects]]
from = "/*"
to = "/?ref=404"
status = 301
force = false

0 comments on commit edcd16e

Please sign in to comment.