Skip to content

Commit 40a0c7f

Browse files
committed
Fix asset origin
1 parent f9b8257 commit 40a0c7f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
<meta name="description" content="We analyze your gameplay and give individualized feedback to maximize your practice and rank up." />
1010
<link
1111
rel="icon"
12-
href="${assetOrigin}/static/media/favicon-32x32.be64aae8.png" sizes="32x32"
12+
href="https://csgo.cdn.pureskill.app/static/media/favicon-32x32.be64aae8.png" sizes="32x32"
1313
>
1414
<link
1515
rel="icon"
16-
href="${assetOrigin}/static/media/favicon-192x192.4247ab84.png" sizes="192x192"
16+
href="https://csgo.cdn.pureskill.app/static/media/favicon-192x192.4247ab84.png" sizes="192x192"
1717
>
1818
<link
1919
rel="apple-touch-icon-precomposed"
20-
href="${assetOrigin}/static/media/favicon-180x180.9ec9d8ba.png"
20+
href="https://csgo.cdn.pureskill.app/static/media/favicon-180x180.9ec9d8ba.png"
2121
>
22-
<link href="${assetOrigin}/static/css/main.db4f70d1.chunk.css" rel="stylesheet">
22+
<link href="https://csgo.cdn.pureskill.app/static/css/main.db4f70d1.chunk.css" rel="stylesheet">
2323
</head>
2424
<body class="cdn-error">
2525
<main>
2626
<header>
27-
<img src="${assetOrigin}/static/media/logo.9a3f864e.svg" alt="PureSkill.gg">
27+
<img src="https://csgo.cdn.pureskill.app/static/media/logo.9a3f864e.svg" alt="PureSkill.gg">
2828
</header>
2929
<h1>Ran through smoke!</h1>
3030
<p>

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,23 @@
99
<meta name="description" content="We analyze your gameplay and give individualized feedback to maximize your practice and rank up." />
1010
<link
1111
rel="icon"
12-
href="${assetOrigin}/static/media/favicon-32x32.be64aae8.png" sizes="32x32"
12+
href="https://csgo.cdn.pureskill.app/static/media/favicon-32x32.be64aae8.png" sizes="32x32"
1313
>
1414
<link
1515
rel="icon"
16-
href="${assetOrigin}/static/media/favicon-192x192.4247ab84.png" sizes="192x192"
16+
href="https://csgo.cdn.pureskill.app/static/media/favicon-192x192.4247ab84.png" sizes="192x192"
1717
>
1818
<link
1919
rel="apple-touch-icon-precomposed"
20-
href="${assetOrigin}/static/media/favicon-180x180.9ec9d8ba.png"
20+
href="https://csgo.cdn.pureskill.app/static/media/favicon-180x180.9ec9d8ba.png"
2121
>
22-
<link href="${assetOrigin}/static/css/main.db4f70d1.chunk.css" rel="stylesheet">
22+
<link href="https://csgo.cdn.pureskill.app/static/css/main.db4f70d1.chunk.css" rel="stylesheet">
2323
<meta http-equiv="Refresh" content="0; url='https://github.com/pureskillgg'" />
2424
</head>
2525
<body class="cdn-error">
2626
<main>
2727
<header>
28-
<img src="${assetOrigin}/static/media/logo.9a3f864e.svg" alt="PureSkill.gg">
28+
<img src="https://csgo.cdn.pureskill.app/static/media/logo.9a3f864e.svg" alt="PureSkill.gg">
2929
</header>
3030
</main>
3131
</body>

0 commit comments

Comments
 (0)