We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f451a3 commit bd7ab07Copy full SHA for bd7ab07
.gitignore
@@ -9,3 +9,6 @@ out
9
/test.js
10
/test.ts
11
.turbo
12
+
13
+# Local Netlify folder
14
+.netlify
netlify.toml
@@ -0,0 +1,11 @@
1
+[build]
2
+ command = "npm run build --workspace=packages/your-nextjs-app"
3
+ publish = "packages/your-nextjs-app/.next"
4
5
+[functions]
6
+ directory = "packages/your-nextjs-app/netlify/functions"
7
8
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200
0 commit comments