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