REFACTOR(deploy): remove basepath config
- Comment out basePath and assetPrefix settings - Apps will now work at root path (/) without path prefix - Prepares for NodePort-based deployment strategy
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
# Jovies
|
|
||||||
|
|
||||||
Movie browsing application with automatic k8s deployment
|
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
output: 'standalone',
|
output: 'standalone',
|
||||||
basePath: '/jovies',
|
|
||||||
assetPrefix: '/jovies',
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user