feat: 支持 cloudflare 部署
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
reactCompiler: true,
|
||||
output: 'export',
|
||||
images: {
|
||||
unoptimized: true
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user