We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c4b501 commit 2b6ea41Copy full SHA for 2b6ea41
apps/web/next.config.mjs
@@ -1,6 +1,8 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
output: "export",
4
+ basePath: "/buildstamp-gen",
5
+ assetPrefix: "/buildstamp-gen/",
6
transpilePackages: ["@workspace/ui"],
7
images: {
8
unoptimized: true,
0 commit comments