WIP: finished implementation of Netlify _redirects

TBD will be caddy, not sure whether this is actually a good idea because
including a Caddy file directly from GitHub Actions accessible job
output might be a config injection risk.
This commit is contained in:
2026-07-08 02:18:53 -05:00
parent 2f6db565a9
commit c23b43342c
2 changed files with 5 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ range hugo.Sites -}}
{{ range $p := .Pages -}}
{{ range .Aliases -}}
{{ . }} {{ $p.RelPermalink }}
{{ end -}}
{{ end -}}
{{ end -}}