Update CSP+
This commit is contained in:
parent
39e7df9e85
commit
5e24a11fa3
|
@ -1,2 +1,2 @@
|
|||
baseurl = "https://doks.netlify.com/"
|
||||
baseurl = "https://doks.gethyas.com/"
|
||||
canonifyURLs = false
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
baseurl = "https://doks-staging.netlify.com/"
|
||||
baseurl = "https://doks-staging.gethyas.com/"
|
||||
canonifyURLs = false
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Redirect default Netlify subdomain to primary domain
|
||||
https://doks.netlify.com/* https://doks.gethyas.com/:splat 301!
|
||||
|
||||
# redirects for Netlify - https://www.netlify.com/docs/redirects/
|
||||
{{- range $p := .Site.Pages -}}
|
||||
{{- range .Aliases }}
|
||||
|
|
Loading…
Reference in New Issue