Skip to content

Commit c1d04b2

Browse files
committed
netlify redirect
1 parent e28bfb4 commit c1d04b2

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/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

Comments
 (0)