added link preload
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-01-31 02:09:45 +01:00
parent 8bb57161db
commit f2a8e483c4

View File

@@ -2,55 +2,60 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <meta content="width=device-width,initial-scale=1.0" name="viewport">
<meta name="description" <meta content="Open source CSGO data platform"
content="Open source CSGO data platform"> name="description">
<meta name="robots" <meta content="index, follow, archive"
content="index, follow, archive"> name="robots">
<meta property="st:section" <meta content="Open source CSGO data platform"
content="Open source CSGO data platform"> property="st:section">
<meta name="twitter:title" <meta content="csgoWTF"
content="csgoWTF"> name="twitter:title">
<meta name="twitter:description" <meta content="Open source CSGO data platform"
content="Open source CSGO data platform"> name="twitter:description">
<meta name="twitter:card" <meta content="summary_large_image"
content="summary_large_image"> name="twitter:card">
<meta property="og:url" <meta content="https://csgow.tf/"
content="https://csgow.tf/"> property="og:url">
<meta property="og:title" <meta content="csgoWTF"
content="csgoWTF"> property="og:title">
<meta property="og:description" <meta content="Open source CSGO data platform"
content="Open source CSGO data platform"> property="og:description">
<meta property="og:type" <meta content="website"
content="website"> property="og:type">
<meta property="og:locale" <meta content="en_US"
content="en_US"> property="og:locale">
<meta property="og:site_name" <meta content="csgoWTF"
content="csgoWTF"> property="og:site_name">
<meta name="twitter:image" <meta content="https://csgow.tf/logo.svg"
content="https://csgow.tf/logo.svg"> name="twitter:image">
<meta property="og:image" <meta content="https://csgow.tf/logo.svg"
content="https://csgow.tf/logo.svg"> property="og:image">
<meta property="og:image:width" <meta content="1024"
content="1024"> property="og:image:width">
<meta property="og:image:height" <meta content="1024"
content="1024"> property="og:image:height">
<meta property="og:image:secure_url" <meta content="https://csgow.tf/logo.svg"
content="https://csgow.tf/logo.svg"> property="og:image:secure_url">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>apple-touch-icon.png"> <link href="<%= BASE_URL %>apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png"> <link href="<%= BASE_URL %>favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png"> <link href="<%= BASE_URL %>favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
<link rel="manifest" href="<%= BASE_URL %>site.webmanifest"> <link href="<%= BASE_URL %>site.webmanifest" rel="manifest">
<link href="https://steamcdn-a.akamaihd.net" rel="preload">
<link href="https://api.csgow.tf" rel="preload">
<link href="https://piwik.harting.hosting" rel="preload">
<title><%= htmlWebpackPlugin.options.title %></title> <title><%= htmlWebpackPlugin.options.title %></title>
</head> </head>
<body> <body>
<noscript> <noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong> <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript> </noscript>
<div id="app" class="d-flex flex-column min-vh-100"></div> <div id="app" class="d-flex flex-column min-vh-100"></div>
<!-- built files will be auto injected --> <!-- built files will be auto injected -->