khatru: deploy docs to netlify.
This commit is contained in:
8
khatru/docs/netlify.toml
Normal file
8
khatru/docs/netlify.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[build]
|
||||
publish = ".vitepress/dist"
|
||||
command = "ls .vitepress/dist/"
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
||||
Reference in New Issue
Block a user