mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-18 22:15:32 -04:00
redirect new netlify.app subdomain
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
# X-XSS-Protection = "1; mode=block; report=https://jarvis.report-uri.com/r/d/xss/enforce"
|
||||
X-Pingback = "https://jarv.is/ping/xmlrpc"
|
||||
X-Got-Milk = "2%"
|
||||
X-View-Source = "https://github.com/jakejarvis/jarv.is"
|
||||
# X-View-Source = "https://github.com/jakejarvis/jarv.is"
|
||||
|
||||
# PGP file: open in browser, download correctly
|
||||
[[headers]]
|
||||
@@ -75,6 +75,11 @@
|
||||
to = "https://jarv.is/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
[[redirects]]
|
||||
from = "https://jakejarvis.netlify.app/*"
|
||||
to = "https://jarv.is/:splat"
|
||||
status = 301
|
||||
force = true
|
||||
[[redirects]]
|
||||
from = "https://www.jarv.is/*"
|
||||
to = "https://jarv.is/:splat"
|
||||
|
Reference in New Issue
Block a user