Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stcalica committed May 2, 2024
1 parent 34bad00 commit 3696d90
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
// next.config.js

export default nextConfig;
const nextConfig = {
output: "export", // <=== enables static exports
reactStrictMode: true,
};

export default nextConfig;

0 comments on commit 3696d90

Please sign in to comment.