still trying to get build working

This commit is contained in:
2026-08-22 02:16:51 +02:00
parent 0ae2054597
commit 6ddfba8bf9
4 changed files with 5774 additions and 3855 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
// next.config.ts
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;