next.js/test/integration/getinitialprops/next.config.js
next.config.js11 lines153 B
module.exports = {
  async rewrites() {
    return [
      {
        source: '/blog/post/:pid',
        destination: '/blog/:pid',
      },
    ]
  },
}
Quest for Codev2.0.0
/
SIGN IN