Skip to content

Commit 1aa7f05

Browse files
committed
cache
1 parent 599f376 commit 1aa7f05

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

netlify.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
[build]
22
command = "next build"
33
publish = "out"
4+
5+
[build.environment]
6+
NODE_VERSION = "18"
7+
8+
[[plugins]]
9+
package = "@netlify/plugin-nextjs"
10+
11+
[build.cache]
12+
paths = [
13+
"node_modules/.cache",
14+
".next/cache",
15+
"public/feed.xml"
16+
]

0 commit comments

Comments
 (0)