Add different gallery layouts

This commit is contained in:
2025-07-12 23:30:52 +02:00
parent 505e1e28b8
commit f0d44ff807
18 changed files with 2449 additions and 4 deletions

View File

@ -4,4 +4,15 @@ const nextConfig: NextConfig = {
/* config options here */
};
module.exports = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "placehold.co",
},
],
},
}
export default nextConfig;