Skip to content

Custom entry page instead of index.html for static website #5303

Answered by styfle
tsathis asked this question in Help
Discussion options

You must be logged in to vote

Yes, you can add vercel.json with rewrites property.

{
  "rewrites": [
    { "source": "/", "destination": "/hi.html" }
  ]
}

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@tsathis
Comment options

@styfle
Comment options

@tsathis
Comment options

@firdavsyusupov
Comment options

@leerob
Comment options

Answer selected by styfle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants