Skip to content

Commit 9e00f40

Browse files
authored
Update next.config.mjs
1 parent 588c4df commit 9e00f40

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

landing-page/next.config.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
33
output: "export",
4+
basePath: "/SocialShareButton",
5+
assetPrefix: "/SocialShareButton",
46
};
57

6-
export default nextConfig;
8+
export default nextConfig;

0 commit comments

Comments
 (0)