Skip to content

Commit

Permalink
chore(website-costum-404): add costum 404 from nextjs app
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Jul 1, 2024
1 parent 1b763f2 commit 48dc0f1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modelina-website/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@

[functions]
directory = ".next/server/pages/api"

# Show a custom 404 for this path
[[redirects]]
from = "/"
to = "/404"
status = 404

0 comments on commit 48dc0f1

Please sign in to comment.