Skip to content

Commit 78f7672

Browse files
Merge pull request #137 from virajbhartiya/master
update firebase config and academic year
2 parents 036b2d0 + 65e1515 commit 78f7672

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)