Skip to content

Homepage rewrite #10763

Answered by andreisena
adamsoffer asked this question in Help
Discussion options

You must be logged in to vote

There is a experimental feature for this. You can check here #9081.
It allows you to create redirects like this:

// next.config.js
module.exports = {
  async rewrites() {
    return [
      {
        source: "/home",
        destination: "/",
      }
    ];
  }
};

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by adamsoffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants