inicila commit

This commit is contained in:
2026-03-25 14:32:19 +01:00
parent 6ed240b62b
commit 2f9ace4b1c
9 changed files with 671 additions and 85 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: "https",
hostname: "images.unsplash.com",
pathname: "/**",
},
],
},
};
export default nextConfig;