chore(deploy): 完善 lotteryfront 单机部署流程
Some checks failed
lotteryfront CI / build (push) Has been cancelled
Some checks failed
lotteryfront CI / build (push) Has been cancelled
This commit is contained in:
@@ -6,10 +6,12 @@ import { parseAllowedDevOrigins } from "./src/lib/next-dev-origins";
|
||||
const allowedDevOrigins = parseAllowedDevOrigins(process.env.ALLOWED_DEV_ORIGINS);
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
allowedDevOrigins,
|
||||
reactCompiler: true,
|
||||
|
||||
images: {
|
||||
unoptimized: true,
|
||||
deviceSizes: [640, 750, 828, 1080, 1200, 1920],
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user