Skip to content

Commit

Permalink
👷 Add output: export
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryScaletta committed Nov 8, 2023
1 parent d80c80d commit 1ebfb98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const config = {
// !! WARN !!
// ignoreBuildErrors: true,
},
output: 'export',
};

module.exports = withPWA(config);
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "vitest watch",
"generate:emojis-map": "cross-env TS_NODE_COMPILER_OPTIONS='{\\\"module\\\":\\\"commonjs\\\"}' ts-node ./scripts/generateEmojisMap",
Expand Down

0 comments on commit 1ebfb98

Please sign in to comment.