next.js/test/integration/invalid-multi-match/next.config.js
next.config.js11 lines137 B
module.exports = {
  rewrites() {
    return [
      {
        source: '/:hello*',
        destination: '/:hello',
      },
    ]
  },
}
Quest for Codev2.0.0
/
SIGN IN