2
0
mirror of https://github.com/tachiyomiorg/website.git synced 2025-01-05 15:01:59 +01:00
tachiyomi-website/netlify.toml
2023-09-10 21:36:00 +02:00

12 lines
237 B
TOML

[build.environment]
NODE_VERSION = "18"
[build]
base = "website"
publish = "dist"
[context.production]
command = "VITE_HOSTNAME=$URL pnpm build"
[context.deploy-preview]
command = "VITE_HOSTNAME=$DEPLOY_PRIME_URL pnpm build"