Skip to content

Commit

Permalink
Chore: Add rewrite rules to netlify config (ToolJet#294)
Browse files Browse the repository at this point in the history
* Rewrite rules for netlify
  • Loading branch information
Navaneeth-pk authored Jun 22, 2021
1 parent 939e26f commit 0979923
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 @@

[template.environment]
NODE_ENV = "production"

[[redirects]]
from = "/*"
to = "/"
status = 200

0 comments on commit 0979923

Please sign in to comment.