FEAT(config): add basepath for /jovies
- Set basePath to '/jovies' for proper path-based routing - Set assetPrefix to '/jovies' for static asset loading - This allows the app to work correctly under /jovies path
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'standalone',
|
||||
basePath: '/jovies',
|
||||
assetPrefix: '/jovies',
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user