feat: add opencut blog

This commit is contained in:
Dominik Koch
2025-07-21 23:18:07 +02:00
parent 1b3d42b2a9
commit e21c467489
14 changed files with 533 additions and 9 deletions
+12
View File
@@ -18,6 +18,18 @@ const nextConfig: NextConfig = {
protocol: "https",
hostname: "images.unsplash.com",
},
{
protocol: "https",
hostname: "images.marblecms.com",
},
{
protocol: "https",
hostname: "lh3.googleusercontent.com",
},
{
protocol: "https",
hostname: "avatars.githubusercontent.com",
},
],
},
};