Merge branch 'main' into feat/living-the-dream-qr-code
|
|
@ -10,6 +10,12 @@ const nextConfig: NextConfig = {
|
|||
{
|
||||
pathname: "/profile/*/picture",
|
||||
},
|
||||
{
|
||||
pathname: "/tutorial/**",
|
||||
},
|
||||
{
|
||||
pathname: "/guest.webp",
|
||||
},
|
||||
],
|
||||
remotePatterns: [
|
||||
{
|
||||
|
|
|
|||
BIN
public/tutorial/3ds/adding-mii/step2.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
public/tutorial/3ds/adding-mii/step3.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
public/tutorial/3ds/adding-mii/step4.png
Normal file
|
After Width: | Height: | Size: 118 KiB |
BIN
public/tutorial/3ds/adding-mii/step5.png
Normal file
|
After Width: | Height: | Size: 228 KiB |
BIN
public/tutorial/3ds/allow-copying/step2.png
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
public/tutorial/3ds/allow-copying/step3.png
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
public/tutorial/3ds/allow-copying/step4.png
Normal file
|
After Width: | Height: | Size: 100 KiB |
BIN
public/tutorial/3ds/allow-copying/step5.png
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
public/tutorial/3ds/allow-copying/step6.png
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
public/tutorial/3ds/allow-copying/step7.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
BIN
public/tutorial/3ds/allow-copying/thumbnail.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
public/tutorial/3ds/create-qr-code/step2.png
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
public/tutorial/3ds/create-qr-code/step3.png
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
public/tutorial/3ds/create-qr-code/step4.png
Normal file
|
After Width: | Height: | Size: 74 KiB |
BIN
public/tutorial/3ds/create-qr-code/step5.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
public/tutorial/3ds/create-qr-code/step6.png
Normal file
|
After Width: | Height: | Size: 139 KiB |
BIN
public/tutorial/3ds/create-qr-code/thumbnail.png
Normal file
|
After Width: | Height: | Size: 48 KiB |
BIN
public/tutorial/3ds/step1.png
Normal file
|
After Width: | Height: | Size: 192 KiB |
|
|
@ -20,7 +20,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
@apply bg-amber-50;
|
||||
@apply bg-amber-50 text-slate-800;
|
||||
|
||||
--color1: var(--color-amber-50);
|
||||
--color2: var(--color-amber-100);
|
||||
|
|
|
|||