From 1899a7df0bb4bc9e85ae50c76427c6b3c06bed28 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 13 Sep 2025 23:34:47 +0100 Subject: [PATCH] fix: add guest image to localPatterns in next config --- next.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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: [ {