We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/pinned-init
1 parent fcae9f2 commit 738ada2Copy full SHA for 738ada2
book.toml
@@ -13,7 +13,10 @@ edit-url-template = ""
13
no-section-label = true
14
15
[output.html.redirect]
16
-"/pinned-init" = "/pin-init"
+# Do not provide a `/pinned-init` redirect here, since we do not want a file
17
+# without an extension (e.g. Netlify takes care of serving the `/pinned-init`
18
+# path from the file automatically, like for the rest of the files, and having
19
+# a file there would be served by default as `text/plain` which would not work).
20
"/pinned-init.html" = "/pin-init"
21
22
[output.html.fold]
0 commit comments