This website works better with JavaScript
Home
Explore
Help
Sign In
mohamad-salimi
/
talentyar-admin
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
build: add redirect for netlify deployment
satnaing
2 years ago
parent
ce1a7c2570
commit
8b47f6c7a6
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
netlify.toml
+ 4
- 0
netlify.toml
View File
@@ -0,0 +1,4 @@
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200