We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9835d7 commit c79aa07Copy full SHA for c79aa07
‎next.config.ts
@@ -5,6 +5,7 @@ const basePath = process.env.BASE_PATH || '';
5
const nextConfig: NextConfig = {
6
/* config options here */
7
basePath,
8
+ assetPrefix: basePath,
9
};
10
11
export default nextConfig;
0 commit comments