mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-03-28 19:23:15 +00:00
Compare commits
2 commits
22fb3a2e30
...
320f7fbc7e
| Author | SHA1 | Date | |
|---|---|---|---|
| 320f7fbc7e | |||
| 69402d6521 |
2 changed files with 12 additions and 25 deletions
11
.dockerignore
Normal file
11
.dockerignore
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
.next
|
||||||
|
node_modules
|
||||||
|
.git
|
||||||
|
uploads
|
||||||
|
Dockerfile
|
||||||
|
.dockerignore
|
||||||
|
.gitignore
|
||||||
|
README.md
|
||||||
|
DEVELOPMENT.md
|
||||||
|
LICENSE
|
||||||
|
.env*
|
||||||
|
|
@ -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