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 c1d04b2 commit aa47857Copy full SHA for aa47857
netlify.toml
@@ -2,9 +2,9 @@
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!
+# https://git-github.netlify.com/* https://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"
+ from = "https://git-github.netlify.com/*"
+ to = "https://git-rfun.library.duke.edu/:splat"
9
status = 301
10
force = true
0 commit comments