diff --git a/nextjs-approuter/spa/README.md b/nextjs-approuter/spa/README.md index 1e3bc8d..204cdc8 100644 --- a/nextjs-approuter/spa/README.md +++ b/nextjs-approuter/spa/README.md @@ -2,5 +2,6 @@ ## Static build (SPA) - Set `Build Pack` to `nixpacks`. +- Enable `Is it a static site?`. - Set `Output Directory` to `out`. - That's all. \ No newline at end of file diff --git a/nextjs-approuter/ssr/README.md b/nextjs-approuter/ssr/README.md index 18e2538..a35dabf 100644 --- a/nextjs-approuter/ssr/README.md +++ b/nextjs-approuter/ssr/README.md @@ -1,5 +1,5 @@ # Coolify Configuration -## Server build +## Server build (NodeJS) - Set `Build Pack` to `nixpacks`. - That's all.