We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 588c4df commit 9e00f40Copy full SHA for 9e00f40
1 file changed
landing-page/next.config.mjs
@@ -1,6 +1,8 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: "export",
4
+ basePath: "/SocialShareButton",
5
+ assetPrefix: "/SocialShareButton",
6
};
7
-export default nextConfig;
8
+export default nextConfig;
0 commit comments