Skip to content

Commit f9c5cec

Browse files
author
Bart Hazen
committed
Fix Firebase hosting.
1 parent 184475a commit f9c5cec

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

firebase.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"firebase.json",
66
"**/.*",
77
"**/node_modules/**"
8+
],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"destination": "/index.html"
13+
}
814
]
915
}
1016
}

jsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"include": [
66
"src/**/*"
77
]
8-
}
8+
}

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"short_name": "Python Create",
33
"name": "Python Create",
44
"description": "Python Create supports you in developing Python projects"
5-
}
5+
}

0 commit comments

Comments
 (0)