hedgedoc/netlify.toml
Erik Michelson 523701b3d2 Add netlify deployments for PRs
Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
Signed-off-by: Erik Michelson <github@erik.michelson.eu>
2022-01-26 19:00:56 +01:00

6 lines
152 B
TOML

[build]
publish = ".next"
command = "echo 'Assuming already built and cleaned Next.js app at ./.next/'"
[[plugins]]
package = "@netlify/plugin-nextjs"