ai_gallery/netlify.toml
2024-11-01 08:18:31 +08:00

9 lines
186 B
TOML

[build]
command = "node scripts/generate-sitemap-rss.mjs && next build"
publish = ".next"
[[plugins]]
package = "@netlify/plugin-nextjs"
[build.environment]
NODE_VERSION = "20"