fix: add tutorial images to localPatterns in next config

This commit is contained in:
trafficlunar 2025-09-13 15:04:07 +01:00
parent 066c215ea4
commit 0ba31f54f0

View file

@ -10,6 +10,9 @@ const nextConfig: NextConfig = {
{ {
pathname: "/profile/*/picture", pathname: "/profile/*/picture",
}, },
{
pathname: "/tutorial/**",
},
], ],
remotePatterns: [ remotePatterns: [
{ {