Skip to content

Commit

Permalink
hosting init
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepee019 committed May 13, 2024
1 parent 43a8bd4 commit 4af9da9
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 39 deletions.
15 changes: 15 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
404.html,1715569863424,b6abfbdc894d37c260154e281499dc6415bb6ad76b32f01ef94dee93aa897ac4
index.html,1715569863459,57e6d7d76b50464bfc21f37153f2770d2b90e4039dff67e49c0258d606406e5e
manifest.json,1715569863516,d0432971aa60af631b205de182e16d53aa02855dbcc5c53ba419d03dca8b56ae
robots.txt,1715569863530,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
logo.png,1715569863515,59990dfa323d260960c01f4cc1f715c629fd37677d7e168aadfbfd226186a686
static/css/main.d8cbc6a4.css.map,1715569863543,dfb296e85d29a524412237d1435d18a80ab0e24487e804466248b399bae2b915
static/css/main.d8cbc6a4.css,1715569863543,d96aaecaa7b29992e64041a88245e2b70af0cb2c8aa86162909b0aa6429d5877
static/js/453.4ebfd11d.chunk.js,1715569863550,9081574c6e176d4a1e3cb33d02e382dcca8fc208995ecd9d8fca842f7b59da15
static/js/453.4ebfd11d.chunk.js.map,1715569863642,05eb06ba633adee673977c3b942014316b4e1eeb84b471a946b66853418c2727
asset-manifest.json,1715569863437,781f32997a93832bdaa46dacb60103292cb69e8e38bffc977646f2a971bbc350
static/js/main.e660964a.js.LICENSE.txt,1715569864140,f1737421fcf2a05bfdec85c776181680a7bf47873d052eb95fef039159705350
static/media/Step 1 - Coordinates and Altitude.fe1aa07f594ec764c14a.png,1715569865388,a69dbd79b9d1f160afa00a094de8b24d86c460daab525e308ccb9eafc3e3d6e7
static/media/Step 1 - Coordinates only.046733c0988b82df7fb5.png,1715569865397,f5079e1bf2cae75d1f5f0dda85b66277a0849829433e42737e6a9f03818488af
static/js/main.e660964a.js,1715569864071,757231a769d90e839835be8759ac22cbb518a2867ddc547b4f5ffe8e801ff955
static/js/main.e660964a.js.map,1715569864974,9ccd9fac63e7bf81ca47444b36a7b9b97a831a73a34fd8f12ddd66b758e061af
4 changes: 4 additions & 0 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
logo.png,1715569865722,59990dfa323d260960c01f4cc1f715c629fd37677d7e168aadfbfd226186a686
index.html,1715569865722,e7cd8db2ccfb16c39f790361f72ac16d112c2a99f5874623ce6aa829e65cea16
manifest.json,1715569865722,d0432971aa60af631b205de182e16d53aa02855dbcc5c53ba419d03dca8b56ae
robots.txt,1715569865723,391d14b3c2f8c9143a27a28c7399585142228d4d1bdbe2c87ac946de411fa9a2
33 changes: 0 additions & 33 deletions build/404.html

This file was deleted.

6 changes: 1 addition & 5 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
Expand Down
2 changes: 1 addition & 1 deletion src/Dev/Components/Constants/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Header = () => {
</div>
<div className="flex gap-4">
<a
href="https://github.com/adedolapoadegboye/GNSSMetrics"
href="https://github.com/adedolapoadegboye/gnss-metrics"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit 4af9da9

Please sign in to comment.