Updated site
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user