Skip to content

Commit 14aaadd

Browse files
authored
fix: Use new css.gg cdn link (#744)
1 parent 28e5171 commit 14aaadd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function gtag() {
4646
gtag('config', 'G-48CYVH0XEF');
4747
</script>
4848
<title>GitHub Readme Streak Stats Demo</title>
49-
<link href="https://css.gg/css?=|moon|sun" rel="stylesheet">
49+
<link href="https://css-gg-cdn.pages.dev/css" rel="stylesheet">
5050
<link rel="stylesheet" href="./css/style.css?v=<?= filemtime("./css/style.css") ?>">
5151
<link rel="stylesheet" href="./css/toggle-dark.css?v=<?= filemtime("./css/toggle-dark.css") ?>">
5252

0 commit comments

Comments
 (0)