Skip to content

Commit

Permalink
Static build
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits committed Jan 9, 2024
1 parent 6369ec0 commit d8f9bb0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = {
output: "export",
distDir: "build",
};

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit d8f9bb0

Please sign in to comment.