We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e10136 commit 7970a08Copy full SHA for 7970a08
config.toml
@@ -49,7 +49,7 @@ weight = 1
49
ordered = false
50
startLevel = 2
51
52
-disableAliases = false
+disableAliases = true
53
54
[outputs]
55
home = ["HTML", "REDIR"]
layouts/docs/index.redir
@@ -0,0 +1,6 @@
1
+# Netlify redirects. See https://www.netlify.com/docs/redirects/
2
+{{ range $p := .Site.AllPages }}
3
+{{- range .Aliases -}}
4
+{{ . }} {{ $p.RelPermalink }}
5
+{{ end }}
6
+{{- end -}}
0 commit comments