Skip to content

Commit

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

module.exports = nextConfig;
export default nextConfig;

0 comments on commit af8dffb

Please sign in to comment.