test workflow
Some checks failed
Deploy Homepage / build (push) Has been cancelled

This commit is contained in:
2025-07-19 23:59:30 +02:00
parent 0adf44722c
commit 34a31384ac
3 changed files with 64 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
distDir: "build",
};
export default nextConfig;