🐛 Fixing bug with router

This commit is contained in:
Begmuhommet 2023-12-27 08:47:30 +08:00
parent 64ee5a0c79
commit cdac961e7f

9
amplify.json Normal file
View File

@ -0,0 +1,9 @@
{
"redirects": [
{
"source": "</^[^\\.]+\\.(js|css|png|jp(e*)g|svg|gif|pdf|json|ico)$/>",
"target": "/index.html",
"status": 200
}
]
}