Skip to content

Commit

Permalink
Add redirect netlify app to custom domain (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeddy3 authored Dec 17, 2024
1 parent 11c2490 commit 8ed9e1c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
Cross-Origin-Embedder-Policy = "require-corp"
Cross-Origin-Opener-Policy = "same-origin"

[[redirects]]
from = "https://stylelint.netlify.app"
to = "https://stylelint.io"
status = 301
force = true

[[redirects]]
from = "https://stylelint.netlify.app/*"
to = "https://stylelint.io/:splat"
status = 301
force = true

[[redirects]]
from = "/user-guide/usage/cli"
to = "/user-guide/cli"
Expand Down

0 comments on commit 8ed9e1c

Please sign in to comment.