updated build flags, added .gitignore

This commit is contained in:
will
2026-04-02 21:13:13 +01:00
parent 7caaa52dab
commit ea864a99c4
96 changed files with 227 additions and 8656 deletions

View File

@@ -1,5 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;