Skip to content

Commit 2b6ea41

Browse files
committed
fix: base paths
1 parent 1c4b501 commit 2b6ea41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/web/next.config.mjs

Lines changed: 2 additions & 0 deletions
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: "/buildstamp-gen",
5+
assetPrefix: "/buildstamp-gen/",
46
transpilePackages: ["@workspace/ui"],
57
images: {
68
unoptimized: true,

0 commit comments

Comments
 (0)