This commit is contained in:
2025-08-16 20:34:57 -04:00
parent 1fe3ef0ee1
commit d487f5efe0
3 changed files with 36 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
basePath: process.env.BASE_PATH,
reactStrictMode: true,
output: "standalone",
images: {