Skip to content

Commit c0951c8

Browse files
committed
chore: add configs for deploying
1 parent bff2ff7 commit c0951c8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
yarnPath: '.yarn/releases/yarn-berry.cjs'
2+
nodeLinker: 'node-modules'

netlify.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[build]
2+
command = "npm run build"
3+
publish = "out"
4+
5+
[[plugins]]
6+
package = "@netlify/plugin-nextjs"

next.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
target: 'serverless',
3+
}

0 commit comments

Comments
 (0)