Skip to content

Commit

Permalink
Move redirect rule in config
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jul 5, 2023
1 parent a79cae7 commit 99a6e0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
[plugins.inputs]
output_path = "reports/lighthouse.html"

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

[[redirects]]
from = "/benchmarks"
to = "https://pybamm-team.github.io/pybamm-bench/"
status = 301

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

0 comments on commit 99a6e0f

Please sign in to comment.