khatru: deploy docs to netlify.

This commit is contained in:
fiatjaf
2025-10-20 18:37:21 -03:00
parent 8cf120c08f
commit 6ee0d090e3
3 changed files with 12 additions and 0 deletions

8
khatru/docs/netlify.toml Normal file
View File

@@ -0,0 +1,8 @@
[build]
publish = ".vitepress/dist"
command = "ls .vitepress/dist/"
[[redirects]]
from = "/*"
to = "/index.html"
status = 200