Skip to content

Commit b6b3753

Browse files
committed
netlify redirect
1 parent 7d9a139 commit b6b3753

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

netlify.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# COMMENT: redirect rules with all the fields expanded
2+
# According to netlify domain management
3+
# https://app.netlify.com/sites/mapping/settings/domain#custom-domains
4+
# # Redirect default Netlify subdomain to primary domain
5+
# https://mapping.netlify.com/* https://map-rfun.library.duke.edu/:splat 301!
6+
[[redirects]]
7+
from = "https://mapping.netlify.com/*"
8+
to = "https://map-rfun.library.duke.edu/:splat"
9+
status = 301
10+
force = true

0 commit comments

Comments
 (0)