diff --git a/next.config.ts b/next.config.ts index effc6b8..d8a4281 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,6 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ transpilePackages: ['lucide-react'], images: { remotePatterns: [ @@ -21,7 +20,7 @@ const nextConfig: NextConfig = { protocol: 'https', hostname: 'api.solidloop-studio.xyz', port: '', - pathname: '/kkuko/**', + pathname: '/**', } ], localPatterns: [ @@ -32,6 +31,7 @@ const nextConfig: NextConfig = { pathname: '/img/**', }, ], + minimumCacheTTL: 2592000, }, }; diff --git a/src/app/kkuko/profile/components/ItemModal.tsx b/src/app/kkuko/profile/components/ItemModal.tsx index 5370f80..2c722c7 100644 --- a/src/app/kkuko/profile/components/ItemModal.tsx +++ b/src/app/kkuko/profile/components/ItemModal.tsx @@ -83,7 +83,7 @@ export default function ItemModal({ itemsData, profileData, onClose }: ItemModal
} - url={`https://api.solidloop-studio.xyz/kkuko/image?url=https://cdn.kkutu.co.kr/img/kkutu/moremi/badge/${item.id}.png`} + url={`https://cdn.kkutu.co.kr/img/kkutu/moremi/badge/${item.id}.png`} alt={item.name} width={40} height={40} @@ -99,7 +99,7 @@ export default function ProfileHeader({