Skip to content

Commit 5b73438

Browse files
Remove basePath from Next.js configuration
1 parent dd7f229 commit 5b73438

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: "export",
4-
basePath: "/StablePay-MerchantDashboard",
4+
basePath: "",
55
typescript: {
66
ignoreBuildErrors: true,
77
},

0 commit comments

Comments
 (0)