Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurtak committed Nov 16, 2023
1 parent d682513 commit 8a89e63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const projectRoot = __dirname;
* @type {import('next').NextConfig}
*/
const config = {
output: 'export',
distDir: 'dist',
output: "export",
distDir: "dist",

reactStrictMode: true,

Expand Down

0 comments on commit 8a89e63

Please sign in to comment.