Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tigransimonyan committed Feb 26, 2024
1 parent e262b11 commit 7389ee5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
};
const nextConfig = {};

export default nextConfig;

0 comments on commit 7389ee5

Please sign in to comment.