Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
garciafdezpatricia authored Jun 8, 2024
1 parent 782a7d6 commit 5201d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: "/TidyTime",
output: "export",
// basePath: "/TidyTime",
// output: "export",
reactStrictMode: false,
};

Expand Down

0 comments on commit 5201d10

Please sign in to comment.