formatting
This commit is contained in:
parent
19aa4b23cd
commit
e5865515e7
@ -1,5 +1,7 @@
|
|||||||
|
# https://www.netlify.com/docs/netlify-toml-reference/
|
||||||
|
|
||||||
[build]
|
[build]
|
||||||
# Directory (relative to root of your repo) that contains the deploy-ready
|
# Directory (relative to root of your repo) that contains the deploy-ready
|
||||||
# HTML files and assets generated by the build. If a base directory has
|
# HTML files and assets generated by the build. If a base directory has
|
||||||
# been specified, include it in the publish directory path.
|
# been specified, include it in the publish directory path.
|
||||||
publish = "docs/latest/_book/"
|
publish = "docs/latest/_book/"
|
||||||
@ -15,4 +17,4 @@
|
|||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/*"
|
from = "/*"
|
||||||
to = "/index.html"
|
to = "/index.html"
|
||||||
status = 200
|
status = 200
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user