Skip to content

Commit

Permalink
Adjust firebase
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymarkova committed Jan 11, 2025
1 parent 4d4bbf8 commit 77bfc34
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 7 deletions.
13 changes: 13 additions & 0 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
robots.txt,1731484190996,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
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
awards.jpg,1734981467468,3f3ce9bed9fef079275083b62319cda2050ab064707913358cea479ab3d272c5
MVH8SponsorshipProspectus.pdf,1735078497162,278ed27443c4965be3cccf2458f1aaae5821cd3d3262c5283f3a9e56173292f0
8 changes: 1 addition & 7 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
{
"hosting": {
"public": "build",
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
33 changes: 33 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Page Not Found</title>

<style media="screen">
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }
#message h3 { color: #888; font-weight: normal; font-size: 16px; margin: 16px 0 12px; }
#message h2 { color: #ffa100; font-weight: bold; font-size: 16px; margin: 0 0 8px; }
#message h1 { font-size: 22px; font-weight: 300; color: rgba(0,0,0,0.6); margin: 0 0 16px;}
#message p { line-height: 140%; margin: 16px 0 24px; font-size: 14px; }
#message a { display: block; text-align: center; background: #039be5; text-transform: uppercase; text-decoration: none; color: white; padding: 16px; border-radius: 4px; }
#message, #message a { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); }
#load { color: rgba(0,0,0,0.4); text-align: center; font-size: 13px; }
@media (max-width: 600px) {
body, #message { margin-top: 0; background: white; box-shadow: none; }
body { border-top: 16px solid #ffa100; }
}
</style>
</head>
<body>
<div id="message">
<h2>404</h2>
<h1>Page Not Found</h1>
<p>The specified file was not found on this website. Please check the URL for mistakes and try again.</p>
<h3>Why am I seeing this?</h3>
<p>This page was generated by the Firebase Command-Line Interface. To modify it, edit the <code>404.html</code> file in your project's configured <code>public</code> directory.</p>
</div>
</body>
</html>

0 comments on commit 77bfc34

Please sign in to comment.