please
Some checks failed
Deploy Homepage / build (push) Failing after 1m17s

This commit is contained in:
2025-07-20 03:45:58 +02:00
parent 8cdfffdde7
commit 80a036e7de
3 changed files with 21 additions and 28 deletions

View File

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