fix: add guest image to localPatterns in next config

This commit is contained in:
trafficlunar 2025-09-13 23:34:47 +01:00
parent e677a2129f
commit 1899a7df0b

View file

@ -13,6 +13,9 @@ const nextConfig: NextConfig = {
{ {
pathname: "/tutorial/**", pathname: "/tutorial/**",
}, },
{
pathname: "/guest.webp",
},
], ],
remotePatterns: [ remotePatterns: [
{ {