Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tommm2 committed Mar 27, 2024
1 parent 0ce9a08 commit 9694c9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const withNextIntl = require('next-intl/plugin')();
/** @type {import('next').NextConfig} */
const nextConfig = {
swcMinify: true,
output: 'export',
};

module.exports = withNextIntl(nextConfig);

0 comments on commit 9694c9f

Please sign in to comment.