Skip to content

Commit

Permalink
Merge pull request #115 from netlify-templates/next-plugin
Browse files Browse the repository at this point in the history
added nextjs plugin
  • Loading branch information
TomasBankauskas authored Apr 12, 2024
2 parents 9b085fa + 6025aad commit b83c17e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 2 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
command = "npm run build"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
11 changes: 10 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"export": "next build && next export"
},
"dependencies": {
"next": "^14.1.4",
"@netlify/plugin-nextjs": "^5.0.0",
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit b83c17e

Please sign in to comment.