Skip to content

Commit

Permalink
Update next.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoyasir committed Apr 14, 2024
1 parent 7d79423 commit da8367a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@
*/
const nextConfig = {
output: "export",

// Optional: Change links `/me` -> `/me/` and emit `/me.html` -> `/me/index.html`
// trailingSlash: true,

// Optional: Prevent automatic `/me` -> `/me/`, instead preserve `href`
// skipTrailingSlashRedirect: true,

// Optional: Change the output directory `out` -> `dist`
// distDir: 'dist',
images: {
unoptimized: true,
},
};

module.exports = nextConfig;

0 comments on commit da8367a

Please sign in to comment.