2020-04-15 20:03:31 +02:00
|
|
|
# Redirect default Netlify subdomain to primary domain
|
2020-04-15 20:06:25 +02:00
|
|
|
https://doks.netlify.app/* https://doks.gethyas.com/:splat 301!
|
2020-04-15 20:03:31 +02:00
|
|
|
https://doks.netlify.com/* https://doks.gethyas.com/:splat 301!
|
|
|
|
|
2020-04-15 15:48:16 +02:00
|
|
|
# redirects for Netlify - https://www.netlify.com/docs/redirects/
|
|
|
|
{{- range $p := .Site.Pages -}}
|
|
|
|
{{- range .Aliases }}
|
|
|
|
{{ . }} {{ $p.RelPermalink -}}
|
|
|
|
{{- end }}
|
|
|
|
{{- end -}}
|