Skip to content

Commit

Permalink
fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniy-kolmak committed Apr 19, 2024
1 parent 87e26ae commit 5f47d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<base href="/" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="icon" href="./images/favicon.ico" />
<link rel="apple-touch-icon" href="./images/icons/manifest/icon-180-180.png" />
<link rel="manifest" href="./manifest.json">
<link rel="icon" href="/images/favicon.ico" />
<link rel="apple-touch-icon" href="/images/icons/manifest/icon-180-180.png" />
<link rel="manifest" href="/manifest.json">
<title>Pincow - Прогноз погоды</title>
</head>

Expand Down

0 comments on commit 5f47d99

Please sign in to comment.