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: [ {