Skip to content

Commit 516b6d8

Browse files
committed
feat: 외부이미지 도메인 추가
1 parent 60c1bd0 commit 516b6d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { NextConfig } from 'next'
33
const nextConfig: NextConfig = {
44
/* config options here */
55
images: {
6+
domains: ['pub-cf3b9667253a490495a16433a99bd7ca.r2.dev'],
67
remotePatterns: [
78
{
89
protocol: 'https',

0 commit comments

Comments
 (0)