Web Development

Allow Image ทุก Domains ใน Next.js

25 ตุลาคม 20231 นาที
0
Allow Image ทุก Domains ใน Next.js
Table of Contents

next.config.js

JavaScript Logo
module.exports = { images: { remotePatterns: [ { protocol: 'https', hostname: '**', }, ], }, }
Tags:Next.js

คลิกเพื่อแสดงความคิดเห็น