Skip to content

Commit

Permalink
ci: Netlify redirecting configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NriotHrreion committed Aug 28, 2023
1 parent 499c349 commit b94e91e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
status = 200

[[redirects]]
from = "http://calc.nin.red"
from = "http://calc.nin.red/*"
to = "https://calcium.js.org"
status = 302

[[redirects]]
from = "https://calc.nin.red"
from = "https://calc.nin.red/*"
to = "https://calcium.js.org"
status = 302

0 comments on commit b94e91e

Please sign in to comment.