Skip to content

Commit

Permalink
fix firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymarkova committed Jan 11, 2025
1 parent 77bfc34 commit be6c8be
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -1 +1 @@
index.html,1731389242303,b1cc6d31dd2f75bec3abb194c75a17fdc2d94a132b2f2ab82d3002910b6fdbae
index.html,1736638310141,fcf89d32c9fd2c82270d663c995288ec3227df7d264a4b694e1a1225aa4c621a
14 changes: 7 additions & 7 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
robots.txt,1731484190996,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
presentation.jpg,1734981467472,87c1967c3391bcd5ab714fcb2f7f76f94d760ba4ccb68d379f995c9694dabc07
mrnguyen.jpg,1734981467471,0e99a77c348e8ee7353f8864737751764a29967227d4a42ec17520703c3efd9f
manifest.json,1731484190996,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
logo512.png,1731484190996,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
logo192.png,1731484190996,caff018b7f1e8fd481eb1c50d75b0ef236bcd5078b1d15c8bb348453fee30293
index.html,1731484190996,abb5524b04fc5bb93ff087cd3ab7fdcbd7bd621a5226ce5b14226aa3a401d15e
favicon.ico,1731484190996,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
logo512.png,1731484190996,191fc21360b4ccfb1cda11a1efb97f489ed22672ca83f4064316802bbfdd750e
404.html,1736637661360,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
manifest.json,1731484190996,341d52628782f8ac9290bbfc43298afccb47b7cbfcee146ae30cf0f46bc30900
food.jpg,1734981467469,5e62b477182f498682211f7c90a532153dc636471a935890b9cac2fe8dd906b3
mrnguyen.jpg,1734981467471,0e99a77c348e8ee7353f8864737751764a29967227d4a42ec17520703c3efd9f
hackers.jpg,1734981467470,c1b2fdab831f134f6e4bd3953a02deb2e89083b4996f91c231b111ef0d5ccb4e
presentation.jpg,1734981467472,87c1967c3391bcd5ab714fcb2f7f76f94d760ba4ccb68d379f995c9694dabc07
food.jpg,1734981467469,5e62b477182f498682211f7c90a532153dc636471a935890b9cac2fe8dd906b3
favicon.ico,1731484190996,b72f7455f00e4e58792d2bca892abb068e2213838c0316d6b7a0d6d16acd1955
awards.jpg,1734981467468,3f3ce9bed9fef079275083b62319cda2050ab064707913358cea479ab3d272c5
MVH8SponsorshipProspectus.pdf,1735078497162,278ed27443c4965be3cccf2458f1aaae5821cd3d3262c5283f3a9e56173292f0
404.html,1736637661360,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3
8 changes: 7 additions & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"hosting": {
"public": "public",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}

0 comments on commit be6c8be

Please sign in to comment.