Skip to content

Commit c79aa07

Browse files
committedFeb 15, 2025
[feat] 📼 Set assetPrefix
1 parent a9835d7 commit c79aa07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎next.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const basePath = process.env.BASE_PATH || '';
55
const nextConfig: NextConfig = {
66
/* config options here */
77
basePath,
8+
assetPrefix: basePath,
89
};
910

1011
export default nextConfig;

0 commit comments

Comments
 (0)