Fix JWT_SECRET env var, setup database, update spider web and DAILY BUGLE colors to #e62020

This commit is contained in:
2026-06-24 15:08:48 +02:00
commit 1e332fb50d
942 changed files with 447438 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
eslint: {
ignoreDuringBuilds: false,
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "ui-avatars.com",
},
],
},
}
export default nextConfig