Updated middleware and next config
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import type { NextConfig } from "next"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
output: process.env.DOCKER === "1" ? "standalone" : undefined,
|
||||
eslint: {
|
||||
ignoreDuringBuilds: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user