Skip to content

Commit

Permalink
feat: add the output
Browse files Browse the repository at this point in the history
  • Loading branch information
kareraolivier committed Mar 15, 2024
1 parent ec59e96 commit a2bba00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
basePath: "/co-design-FE",
assetPrefix: "/co-design-FE/",
};

export default nextConfig;
module.exports = nextConfig;

0 comments on commit a2bba00

Please sign in to comment.