yarn add next-images // add in next.config.js const withImages = require('next-images') module.exports = withImages() //where the image should go <img ...
確定! 回上一頁