Skip to content

Commit aa47857

Browse files
committed
modifiy redirect http to https
1 parent c1d04b2 commit aa47857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# According to netlify domain management
33
# https://app.netlify.com/sites/git-github/settings/domain#custom-domains
44
# # Redirect default Netlify subdomain to primary domain
5-
# http://git-github.netlify.com/* http://git-rfun.library.duke.edu/:splat 301!
5+
# https://git-github.netlify.com/* https://git-rfun.library.duke.edu/:splat 301!
66
[[redirects]]
7-
from = "http://git-github.netlify.com/*"
8-
to = "http://git-rfun.library.duke.edu/:splat"
7+
from = "https://git-github.netlify.com/*"
8+
to = "https://git-rfun.library.duke.edu/:splat"
99
status = 301
1010
force = true

0 commit comments

Comments
 (0)