moved images from assets to public
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-02 19:48:07 +01:00
parent 25b05e9b31
commit 12ea324367
362 changed files with 226 additions and 251 deletions

View File

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