mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-02 21:08:12 +00:00
Hotfix: złe przekierowanie ze ścieżki /trains do 404
This commit is contained in:
+6
-4
@@ -2,10 +2,12 @@
|
||||
"hosting": {
|
||||
"public": "dist",
|
||||
"site": "stacjownik-td2",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"**/.*",
|
||||
"**/node_modules/**"
|
||||
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "**",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
"functions": {
|
||||
|
||||
Reference in New Issue
Block a user