Large patch

This commit is contained in:
Ralex91
2024-02-04 17:53:45 +01:00
parent 8c57670742
commit 1e8bd44813
23 changed files with 402 additions and 221 deletions

View File

@@ -9,6 +9,16 @@ const nextConfig = {
},
]
},*/
images: {
remotePatterns: [
{
protocol: "https",
hostname: "images.unsplash.com",
port: "",
pathname: "/**",
},
],
},
}
export default nextConfig