+8
-6
@@ -1,13 +1,15 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
// Docker 运行阶段只拷 .next/standalone + static
|
||||
output: 'standalone',
|
||||
output: "standalone",
|
||||
basePath: "/about",
|
||||
assetPrefix: "/about",
|
||||
typescript: {
|
||||
ignoreBuildErrors: true,
|
||||
ignoreBuildErrors: true
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
}
|
||||
unoptimized: true
|
||||
}
|
||||
};
|
||||
|
||||
export default nextConfig
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user