This commit is contained in:
2026-05-20 15:40:17 +07:00
parent 230eb9010c
commit dd3fd889a3
48 changed files with 3374 additions and 737 deletions

View File

@@ -1,6 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
// Produces .next/standalone with a minimal Node server bundle — the Docker
// image stays small (no node_modules, no source code copied at runtime).
output: "standalone",
images: {
remotePatterns: [
{ protocol: "https", hostname: "images.unsplash.com" },