Skip to content

Commit

Permalink
enable "out" export folder, this is required for github pages (and ac…
Browse files Browse the repository at this point in the history
…tion)
  • Loading branch information
cedricve committed May 19, 2024
1 parent dafeb5f commit 6b5a663
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: "export", // <=== enables static exports
reactStrictMode: true,
};

export default nextConfig;

0 comments on commit 6b5a663

Please sign in to comment.