Skip to content

Commit 65e1515

Browse files
committed
update firebase config and academic year
1 parent 036b2d0 commit 65e1515

File tree

2 files changed

+86
-61
lines changed

2 files changed

+86
-61
lines changed

firebase.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"hosting": {
3+
"public": "/",
4+
"rewrites": [
5+
{
6+
"source": "/",
7+
"destination": "/index.html"
8+
}
9+
]
10+
}
11+
}

0 commit comments

Comments
 (0)