Skip to content

Commit

Permalink
feat: add gc
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmuffin authored Oct 18, 2023
1 parent 35dc33b commit f7909e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ export default defineConfig({
'@fontsource/jetbrains-mono/600.css',
'./src/styles/custom.css',
],
head: [
{
tag: 'script',
attrs: {
src: 'https://gc.zgo.at/count.js',
'data-goatcounter': 'https://cssharp.goatcounter.com/count',
async: true,
},
},
],
social: {
github: 'https://github.com/roflmuffin/CounterStrikeSharp',
},
Expand Down

0 comments on commit f7909e5

Please sign in to comment.