Skip to content

Commit

Permalink
build: add redirect to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal committed Feb 6, 2025
1 parent 65918c3 commit 5dbdc79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@

[[plugins]]
package = "@netlify/plugin-nextjs"

[[redirects]]
from = "/"
to = "/index.html"
status = 200

0 comments on commit 5dbdc79

Please sign in to comment.