Skip to content

Commit

Permalink
fix: next.config default
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti committed Mar 18, 2024
1 parent 9b5c51f commit a77794c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export', // Outputs a Single-Page Application (SPA).
distDir: './dist', // Changes the build output directory to `./dist/`.
};
const nextConfig = {};

export default nextConfig;

0 comments on commit a77794c

Please sign in to comment.