tachiyomi-website/netlify.toml
Soitora ca560632b8
Attempt to move website to git subdirectory
Better readability as there's a bunch of files that are not related to each other in the root directory
2023-07-26 01:12:38 +02:00

8 lines
137 B
TOML

[build.environment]
NODE_VERSION = "16"
[build]
base = "website"
publish = "src/.vitepress/dist"
command = "npm run docs:build"