Skip to content

Commit

Permalink
Fetch from public in index
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddasol committed Jan 2, 2025
1 parent ae20bb2 commit 7bb3be6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/public/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using vite" />
<link rel="apple-touch-icon" href="/logo192.png" />
<link rel="apple-touch-icon" href="/public/logo192.png" />
<link rel="stylesheet" href="https://cdn.eds.equinor.com/font/equinor-font.css" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="public/manifest.json" />
<link rel="manifest" href="./manifest.json" />
<title>Flotilla</title>
</head>

Expand Down

0 comments on commit 7bb3be6

Please sign in to comment.