fix: unoptimize images

ITS SLOWING DOWN THE SITE SO MUCH IT'S OFFLINE
This commit is contained in:
trafficlunar 2026-03-30 19:46:28 +01:00
parent b01dd799dc
commit c1f3eacd03

View file

@ -4,34 +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",
},
{
hostname: "*.googleusercontent.com",
},
],
unoptimized: true,
},
};