From 648c5771ab7f031bb3c7c7f295cd696f51cfcee6 Mon Sep 17 00:00:00 2001 From: "Rayyan (Rayy)" Date: Mon, 13 Nov 2023 16:18:50 +0000 Subject: [PATCH] Move favicon and apple touch icon to src --- .firebase/hosting.YnVpbGQ.cache | 26 +++++++++++++------------- {public => src}/apple-touch-icon.png | Bin {public => src}/favicon.ico | Bin 3 files changed, 13 insertions(+), 13 deletions(-) rename {public => src}/apple-touch-icon.png (100%) rename {public => src}/favicon.ico (100%) diff --git a/.firebase/hosting.YnVpbGQ.cache b/.firebase/hosting.YnVpbGQ.cache index 4f526cf..8f0b5dd 100644 --- a/.firebase/hosting.YnVpbGQ.cache +++ b/.firebase/hosting.YnVpbGQ.cache @@ -1,13 +1,13 @@ -apple-touch-icon.png,1699891129760,7d55c0088fc4a94f95eebee70f29ffb370e82db36d6fd0a347921f9247ee9b61 -asset-manifest.json,1699891154996,9643249d4ae7a9140357894ca445ec690193aa1b0105aef3147b14add4af0d1d -favicon.ico,1699891129760,0c8c75d3de8d0718b919758d6e1144a58d5c0cdbec6d953f6ddca5ca9261dbd9 -manifest.json,1699891129768,0958a5e0c831126100c8c2d06a6bbaa665a3900f21aaff4130238a6f5a113aa1 -index.html,1699891154996,4e22d9c797b0f6cf7ba3d4d34b1121c8bb8e69367d557b3b3379f29ecd0043cf -robots.txt,1699891129772,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec -static/js/787.fe1675bb.chunk.js,1699891155024,09044c094544c6017476721265373bd92ca82ed8434b6f9c010fe07087e14d49 -static/js/787.fe1675bb.chunk.js.map,1699891155024,683229073c7ef9ee1a721578162763c4560a3420f836b325c01601e50f646529 -static/js/main.762be49d.js.LICENSE.txt,1699891155024,c8bddbf75def1f05e0571ef84d5053e7a4d4156dfae8ebc4a275dab4d285a1ec -static/css/main.6ccd65a8.css,1699891155024,265f9979f4391283252fdae35b22ffd098a887c8d5f299ccf72fa2f4335c8303 -static/css/main.6ccd65a8.css.map,1699891155024,6d6f3434075d5f325c92f6ab942391103fcbf237317eb7d825dd42e97c416961 -static/js/main.762be49d.js,1699891155024,b1ec2de2df0e434aed985bd74935746a0dd0e238c92513619c92ddc55b9fae4f -static/js/main.762be49d.js.map,1699891155024,5f23f71840ed14bcafb2d9147d8ea865db4f6ec995e919020f56b4d3ad7512e9 +asset-manifest.json,1699891835320,9643249d4ae7a9140357894ca445ec690193aa1b0105aef3147b14add4af0d1d +index.html,1699891835320,4e22d9c797b0f6cf7ba3d4d34b1121c8bb8e69367d557b3b3379f29ecd0043cf +manifest.json,1699891811884,0958a5e0c831126100c8c2d06a6bbaa665a3900f21aaff4130238a6f5a113aa1 +robots.txt,1699891811884,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec +favicon.ico,1699891811884,0c8c75d3de8d0718b919758d6e1144a58d5c0cdbec6d953f6ddca5ca9261dbd9 +apple-touch-icon.png,1699891811880,7d55c0088fc4a94f95eebee70f29ffb370e82db36d6fd0a347921f9247ee9b61 +static/js/787.fe1675bb.chunk.js,1699891835344,09044c094544c6017476721265373bd92ca82ed8434b6f9c010fe07087e14d49 +static/js/787.fe1675bb.chunk.js.map,1699891835348,683229073c7ef9ee1a721578162763c4560a3420f836b325c01601e50f646529 +static/js/main.762be49d.js.LICENSE.txt,1699891835344,c8bddbf75def1f05e0571ef84d5053e7a4d4156dfae8ebc4a275dab4d285a1ec +static/css/main.6ccd65a8.css,1699891835344,265f9979f4391283252fdae35b22ffd098a887c8d5f299ccf72fa2f4335c8303 +static/css/main.6ccd65a8.css.map,1699891835344,6d6f3434075d5f325c92f6ab942391103fcbf237317eb7d825dd42e97c416961 +static/js/main.762be49d.js,1699891835344,b1ec2de2df0e434aed985bd74935746a0dd0e238c92513619c92ddc55b9fae4f +static/js/main.762be49d.js.map,1699891835348,5f23f71840ed14bcafb2d9147d8ea865db4f6ec995e919020f56b4d3ad7512e9 diff --git a/public/apple-touch-icon.png b/src/apple-touch-icon.png similarity index 100% rename from public/apple-touch-icon.png rename to src/apple-touch-icon.png diff --git a/public/favicon.ico b/src/favicon.ico similarity index 100% rename from public/favicon.ico rename to src/favicon.ico