hedgedoc/netlify.toml

6 lines
148 B
TOML

[build]
publish = ".next"
command = "echo Pseudo build command because the build is made by the CI"
[[plugins]]
package = "@netlify/plugin-nextjs"