next.js/test/e2e/app-dir/logging/next.config.js
next.config.js9 lines111 B
module.exports = {
  logging: {
    fetches: {
      fullUrl: true,
      // hmrRefreshes: true,
    },
  },
}
Quest for Codev2.0.0
/
SIGN IN