Skip to content

Commit

Permalink
fix: basePath
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Dec 13, 2024
1 parent 8102dbc commit 128d3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const version = pkg.version;

/** @type {import('next').NextConfig} */
const moduleExports = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
//basePath: process.env.NEXT_PUBLIC_BASE_PATH,
pageExtensions: ["js", "jsx", "mdx", "ts", "tsx"],
reactStrictMode: true,
output: "standalone",
Expand Down

0 comments on commit 128d3f1

Please sign in to comment.