additional webpack config to next.config.js: config.module.rules.push( {test: /\.(png|jpeg)$/, loader: 'url-loader?limit=8192'} ). then in my component:
確定! 回上一頁