diff --git a/next.config.ts b/next.config.ts index f5e79f5..ea922a7 100644 --- a/next.config.ts +++ b/next.config.ts @@ -13,6 +13,9 @@ const nextConfig: NextConfig = { { pathname: "/tutorial/**", }, + { + pathname: "/guest.webp", + }, ], remotePatterns: [ {