Skip to content

Commit

Permalink
Manually replacing URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofgaming committed Feb 17, 2024
1 parent d224ac3 commit 2d15676
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/radar/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="%REACT_APP_RADAR_NAME%" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.jpg" />
<link rel="stylesheet" href="%PUBLIC_URL%/fonts.css">
<link rel="stylesheet" href="%PUBLIC_URL%/styles.css">
<link rel="apple-touch-icon" href="/radar/logo.jpg" />
<link rel="stylesheet" href="/radar/fonts.css">
<link rel="stylesheet" href="/radar/styles.css">
<meta property="og:title" content="%REACT_APP_RADAR_NAME%" />
<meta property="og:image" content="%PUBLIC_URL%/logo.jpg" />
<meta property="og:image" content="/radar/logo.jpg" />

<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down

0 comments on commit 2d15676

Please sign in to comment.