diff --git a/next.config.ts b/next.config.ts index 8e76b72..9b88254 100644 --- a/next.config.ts +++ b/next.config.ts @@ -4,31 +4,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", images: { - localPatterns: [ - { - pathname: "/mii/*/image", - }, - { - pathname: "/profile/*/picture", - }, - { - pathname: "/tutorial/**", - }, - { - pathname: "/guest.png", - }, - ], - remotePatterns: [ - { - hostname: "avatars.githubusercontent.com", - }, - { - hostname: "cdn.discordapp.com", - }, - { - hostname: "studio.mii.nintendo.com", - }, - ], + unoptimized: true, }, };