portails/layouts/index.redirects

10 lines
357 B
Plaintext

# Redirect default Netlify subdomain to primary domain
https://doks.netlify.app/* https://doks.gethyas.com/:splat 301!
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 }}
{{ . }} {{ $p.RelPermalink -}}
{{- end }}
{{- end -}}