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