Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia authored Dec 6, 2024
1 parent 9332e1e commit 92de5f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
const nextConfig = {
output: 'export',
basePath: '/your-repo-name',
images: {
unoptimized: true
}
unoptimized: true,
},
}

module.exports = nextConfig

0 comments on commit 92de5f4

Please sign in to comment.