Skip to content

Commit

Permalink
馃毀 馃敡 config: test
Browse files Browse the repository at this point in the history
  • Loading branch information
bytevictor committed Mar 28, 2024
1 parent 7d06bda commit 7d5543d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
// @ts-check

/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: "export",
};

module.exports = nextConfig;
/* config options here */
output: 'export',
}

export default nextConfig

0 comments on commit 7d5543d

Please sign in to comment.