Merge branch 'preview-fix-routing' into 'main'

🐛 Fixing bug with router

See merge request witapp/aura-webapp!19
This commit is contained in:
Victor Ershov 2023-12-27 02:03:50 +00:00
commit 4081f9b41e

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
}
]
}