This commit is contained in:
Omar Najjar 2025-03-31 18:24:54 +11:00
parent 896e636e6a
commit 4a4731e0af

View file

@ -17,16 +17,7 @@ bucket_name = "radical-memes"
[vars]
ENVIRONMENT = "production"
# Cloudflare Pages deployment settings
[build]
command = "npm run build"
publish = "dist"
# Routes (if using workers.dev)
[[routes]]
pattern = "theradicalparty.com/api/*"
zone_name = "theradicalparty.com"
# Optional: Specific Node.js version
[build.environment]
NODE_VERSION = "18.16.0"