1
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:
2020-03-16 09:56:24 -04:00
parent 106d6e3224
commit f313975606
5 changed files with 28 additions and 13 deletions

View File

@@ -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"