This commit is contained in:
2025-08-16 20:34:57 -04:00
parent 1fe3ef0ee1
commit 31e255a6d9
3 changed files with 35 additions and 2 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: {