mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-12 02:39:17 +00:00
Remove basePath from Next.js config to simplify configuration and avoid potential issues with path resolution
This commit is contained in:
parent
ee91f7efd3
commit
d9a6b8bdd3
@ -1,5 +1,3 @@
|
|||||||
import { basePath } from '@/config/siteConfig';
|
|
||||||
|
|
||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
webpack: (config) => {
|
webpack: (config) => {
|
||||||
@ -17,7 +15,6 @@ const nextConfig = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
output: "export",
|
output: "export",
|
||||||
basePath: basePath,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default nextConfig;
|
export default nextConfig;
|
||||||
|
Loading…
Reference in New Issue
Block a user