Bump nextjs

This commit is contained in:
Rami Bitar
2026-05-28 22:55:56 -04:00
parent 3a59a208f9
commit d7ebc09cbb
3 changed files with 88 additions and 391 deletions

View File

@@ -4,6 +4,18 @@ const nextConfig = {
typescript: {
ignoreBuildErrors: true,
},
images: {
remotePatterns: [
{
protocol: "https",
hostname: "sb.frontend.co",
},
{
protocol: "https",
hostname: "supabase.frontend.co",
},
],
},
};
export default nextConfig;