Updated site

This commit is contained in:
2025-09-01 00:00:44 +02:00
parent 3b15ba9214
commit 6cf2f2eea1
9 changed files with 263 additions and 9 deletions

View File

@@ -1,5 +1,15 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {}
const nextConfig: NextConfig = {
images: {
remotePatterns: [new URL("https://minotar.net/**")]
},
experimental: {
reactCompiler: {
compilationMode: "all"
}
}
}
export default nextConfig
export default nextConfig;