diff --git a/next.config.ts b/next.config.ts index 9ec8fdf..199b53c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,7 +11,7 @@ const nextConfig: NextConfig = { { protocol: 'https', hostname: 'taylordb.ai', - pathname: 'media/**', + pathname: '/media/**', }, ], },