feat: Netlify configuration
This commit is contained in:
@@ -6,3 +6,6 @@ __pycache__/
|
|||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
mempal.yaml
|
mempal.yaml
|
||||||
.a5c/
|
.a5c/
|
||||||
|
.claude/
|
||||||
|
.codex/
|
||||||
|
.codex
|
||||||
|
|||||||
@@ -0,0 +1,7 @@
|
|||||||
|
[build]
|
||||||
|
base = "website"
|
||||||
|
command = "bun run docs:build"
|
||||||
|
publish = ".vitepress/dist"
|
||||||
|
|
||||||
|
[build.environment]
|
||||||
|
DOCS_BASE = "/"
|
||||||
Reference in New Issue
Block a user