This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
mohamad-salimi
/
talentyar-admin
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
build: add redirect for netlify deployment
satnaing
hace 2 años
padre
ce1a7c2570
commit
8b47f6c7a6
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
netlify.toml
+ 4
- 0
netlify.toml
Ver fichero
@@ -0,0 +1,4 @@
+[[redirects]]
+ from = "/*"
+ to = "/index.html"
+ status = 200