Web Development
Allow Image ทุก Domains ใน Next.js
25 ตุลาคม 2023 • 1 นาที
0

Table of Contents
next.config.js

module.exports = {
images: {
remotePatterns: [
{
protocol: 'https',
hostname: '**',
},
],
},
}
Tags:Next.js
คลิกเพื่อแสดงความคิดเห็น