next.js/test/integration/next-image-new/app-dir-localpatterns/next.config.js
next.config.js11 lines135 B
module.exports = {
  images: {
    localPatterns: [
      {
        pathname: '/assets/**',
        search: '',
      },
    ],
  },
}
Quest for Codev2.0.0
/
SIGN IN