Skip to content

Commit

Permalink
build: change from build to .next
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal committed Feb 7, 2025
1 parent 5d29295 commit e7ae449
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ offoutput.json
townhall.json
past-townhall.json
gmData.json

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build]
command = "npm run ofp; npm run thp; npm run gmp; npm run build"
publish = "build"
publish = ".next"

[[plugins]]
package = "@netlify/plugin-nextjs"
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
distDir: 'build',
output: 'standalone',
images: {
remotePatterns: [
{
Expand Down

0 comments on commit e7ae449

Please sign in to comment.