메인 베너너

This commit is contained in:
mota
2025-10-13 18:06:46 +09:00
parent a1e4f76b0b
commit 329537e3ca
6 changed files with 175 additions and 45 deletions

View File

@@ -2,6 +2,25 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
{
protocol: "https",
hostname: "c.pxhere.com",
pathname: "/images/**",
},
{
protocol: "https",
hostname: "aromatica.co",
pathname: "/**",
},
{
protocol: "https",
hostname: "cafe24img.poxo.com",
pathname: "/**",
},
],
},
};
export default nextConfig;