We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9a139 commit b6b3753Copy full SHA for b6b3753
netlify.toml
@@ -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