diff --git a/next.config.js b/next.config.js index 9ad8806..ac74d31 100644 --- a/next.config.js +++ b/next.config.js @@ -5,14 +5,6 @@ const nextConfig = { images: { imageSizes: [300, 600, 1200], remotePatterns: [ - { - protocol: 'https', - hostname: `${ - process.env.AWS_BUCKET || 'me-blog' - }.s3.ap-southeast-1.wasabisys.com`, - port: '', - pathname: '/**', - }, { protocol: 'https', hostname: 'cdn.dumpsayamrat.com', diff --git a/src/app/(public)/gallery/grid/page.tsx b/src/app/(public)/gallery/grid/page.tsx index 65880b9..4a4bd3a 100644 --- a/src/app/(public)/gallery/grid/page.tsx +++ b/src/app/(public)/gallery/grid/page.tsx @@ -13,16 +13,16 @@ export const revalidate = 'force-cache' export default async function Gallery() { const photos = await getCachedPhotoList() return ( -