mirror of
https://github.com/selfboot/ai_gallery.git
synced 2026-06-04 21:06:53 +08:00
9 lines
186 B
TOML
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" |