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 e28bfb4 commit c1d04b2Copy full SHA for c1d04b2
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/git-github/settings/domain#custom-domains
4
+# # Redirect default Netlify subdomain to primary domain
5
+# http://git-github.netlify.com/* http://git-rfun.library.duke.edu/:splat 301!
6
+[[redirects]]
7
+ from = "http://git-github.netlify.com/*"
8
+ to = "http://git-rfun.library.duke.edu/:splat"
9
+ status = 301
10
+ force = true
0 commit comments