Skip to content

Commit

Permalink
feat: turning on static HTML export
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkyselak committed Jan 13, 2024
1 parent 8e491cd commit a4d7619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}
const nextConfig = { output: 'export' };

module.exports = nextConfig
module.exports = nextConfig;

0 comments on commit a4d7619

Please sign in to comment.