XeNote/netlify.toml

10 lines
151 B
TOML
Raw Normal View History

2024-01-07 07:42:08 +00:00
[build]
command = "npm run build"
2024-01-07 07:42:08 +00:00
publish = "out"
2024-01-07 18:34:09 +00:00
[[plugins]]
package = "@netlify/plugin-nextjs"
[[plugins]]
package = "netlify-plugin-cache-nextjs"