fixed bug with favicons not loading
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-04 19:26:01 +01:00
parent d9e4891510
commit 1369660e64

View File

@@ -17,7 +17,7 @@
name="twitter:description"> name="twitter:description">
<meta content="summary_large_image" <meta content="summary_large_image"
name="twitter:card"> name="twitter:card">
<meta content="https://csgow.tf/" <meta content="<%= BASE_URL %>"
property="og:url"> property="og:url">
<meta content="csgoWTF - Open source CSGO data platform" <meta content="csgoWTF - Open source CSGO data platform"
property="og:title"> property="og:title">
@@ -29,20 +29,20 @@
property="og:locale"> property="og:locale">
<meta content="csgoWTF - Open source CSGO data platform" <meta content="csgoWTF - Open source CSGO data platform"
property="og:site_name"> property="og:site_name">
<meta content="https://csgow.tf/images/logo.png" <meta content="<%= BASE_URL %>images/logo.png"
name="twitter:image"> name="twitter:image">
<meta content="https://csgow.tf/images/logo.png" <meta content="<%= BASE_URL %>images/logo.png"
property="og:image"> property="og:image">
<meta content="512" <meta content="512"
property="og:image:width"> property="og:image:width">
<meta content="263" <meta content="263"
property="og:image:height"> property="og:image:height">
<meta content="https://csgow.tf/images/logo.png" <meta content="<%= BASE_URL %>images/logo.png"
property="og:image:secure_url"> property="og:image:secure_url">
<link href="<%= BASE_URL %>/images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180"> <link href="<%= BASE_URL %>images/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link href="<%= BASE_URL %>/images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png"> <link href="<%= BASE_URL %>images/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link href="<%= BASE_URL %>/images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png"> <link href="<%= BASE_URL %>images/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link href="<%= BASE_URL %>site.webmanifest" rel="manifest"> <link href="<%= BASE_URL %>site.webmanifest" rel="manifest">