Skip to content

Commit 96bf629

Browse files
authored
Merge pull request #768 from alphagov/add-netlify-redirect-for-examples
Add automatic redirects to examples for netlify previews
2 parents b8369d0 + 5d4b6ea commit 96bf629

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[[redirects]]
2+
from = "/"
3+
to = "/examples"
4+
status = 301
5+

0 commit comments

Comments
 (0)