Skip to content

Commit

Permalink
馃敡 config: updated next config
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 28, 2024
1 parent ad93069 commit 7d06bda
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
output: "export",
};

export default nextConfig;
module.exports = nextConfig;

0 comments on commit 7d06bda

Please sign in to comment.