From 0ba31f54f0619ef82817b65ca334ab7f383a4ec7 Mon Sep 17 00:00:00 2001 From: trafficlunar Date: Sat, 13 Sep 2025 15:04:07 +0100 Subject: [PATCH] fix: add tutorial images 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 640b1cf..f5e79f5 100644 --- a/next.config.ts +++ b/next.config.ts @@ -10,6 +10,9 @@ const nextConfig: NextConfig = { { pathname: "/profile/*/picture", }, + { + pathname: "/tutorial/**", + }, ], remotePatterns: [ {