This commit is contained in:
HugeFrog24
2025-01-15 00:11:35 +01:00
parent ee25430eee
commit 128a06be30
18 changed files with 1312 additions and 16 deletions

View File

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