Skip to content

Commit aa7388a

Browse files
committed
fix: Use new css.gg cdn link
1 parent 417ba69 commit aa7388a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo/index.php

+1-1
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)