diff --git a/next.config.js b/next.config.js index aa4261ff..e5d052a9 100644 --- a/next.config.js +++ b/next.config.js @@ -15,12 +15,12 @@ const nextConfig = { reactStrictMode: false, images: { minimumCacheTTL: 1 * 60 * 60 * 24 * 365, - domains: ['linkhub-s3.s3.ap-northeast-2.amazonaws.com'], + domains: ['linkhub-s3-2025.s3.ap-northeast-2.amazonaws.com'], formats: ['image/avif', 'image/webp'], remotePatterns: [ { protocol: 'https', - hostname: 'linkhub-s3.s3.ap-northeast-2.amazonaws.com', + hostname: 'linkhub-s3-2025.s3.ap-northeast-2.amazonaws.com', port: '', pathname: '/**', }, diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2857f339..9c596afc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,7 @@ export const metadata: Metadata = { locale: 'ko_KR', type: 'website', images: [ - 'https://linkhub-s3.s3.ap-northeast-2.amazonaws.com/linkhub-og-image.png', + 'https://linkhub-s3-2025.s3.ap-northeast-2.amazonaws.com/linkhub-og-image.png', ], }, manifest: '/manifest.json',