mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2025-09-09 08:07:22 +00:00
Add functional service worker caching towards local first functionality,
fix favicon link issue in ReviewDetails.html Co-authored-by: rheabhutada02 <rheabhutada02@users.noreply.github.com> Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<title>Food Journal</title>
|
||||
|
||||
<!--Add Favicon-->
|
||||
<link rel="icon" type="image/x-icon" href="./assets/images/icons/favicon.ico">
|
||||
<link rel="icon" type="image/x-icon" href="./assets/images/favicon.ico">
|
||||
|
||||
<!-- Recipe Card Custom Element -->
|
||||
<script src="assets/scripts/ReviewCard.js" type="module"></script>
|
||||
|
Reference in New Issue
Block a user