Skip to content

Commit

Permalink
Add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Yudi committed Jul 2, 2024
1 parent dbb0e70 commit 1a2361a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ export default defineConfig({
},
favicon: './favicon.png',
head: [
{
tag: 'script',
attrs: {
src: 'https://plausible.cacic.dev.br/js/script.js',
'data-domain': 'manual.cacic.dev.br',
defer: true,
},
},
{
tag: 'meta',
attrs: {
Expand Down

0 comments on commit 1a2361a

Please sign in to comment.