Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Commit

Permalink
refactor: lint next.config.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
kdev committed Nov 4, 2023
1 parent e445767 commit 2c26c6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
*/
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',
}
module.exports = nextConfig
};

module.exports = nextConfig;

0 comments on commit 2c26c6b

Please sign in to comment.