Skip to content

Commit 99faf24

Browse files
committed
fix: add netlify config
1 parent 175120f commit 99faf24

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

netlify.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[build]
2+
command = "yarn build"
3+
publish = "out"
4+
5+
[build.environment]
6+
NODE_VERSION = "18"
7+
8+
[[plugins]]
9+
package = "@netlify/plugin-nextjs"
10+
11+
[functions]
12+
node_bundler = "esbuild"
13+
external_node_modules = ["sharp"]

0 commit comments

Comments
 (0)