Update build

This commit is contained in:
2025-10-04 11:31:00 +00:00
parent e3396231b3
commit 67411b3972
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,9 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'standalone',
// optional hardening
reactStrictMode: true,
images: {
remotePatterns: [
{