Skip to content

Commit

Permalink
feat: s3 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Sep 9, 2024
1 parent a5b7ab0 commit 8c25ca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '/**',
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8c25ca6

Please sign in to comment.