mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-03-28 19:23:15 +00:00
parent
69402d6521
commit
320f7fbc7e
1 changed files with 1 additions and 25 deletions
|
|
@ -4,31 +4,7 @@ import type { NextConfig } from "next";
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
images: {
|
images: {
|
||||||
localPatterns: [
|
unoptimized: true,
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue