Skip to content

Commit

Permalink
feat: switch to output export
Browse files Browse the repository at this point in the history
  • Loading branch information
bombnp committed Jul 29, 2024
1 parent 66d298e commit 9c96624
Show file tree
Hide file tree
Showing 2 changed files with 2,002 additions and 1,831 deletions.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
output: "export",
};

export default nextConfig;
Loading

0 comments on commit 9c96624

Please sign in to comment.