Skip to content

Commit

Permalink
Merge pull request #20 from karelmaxa/add-analytics
Browse files Browse the repository at this point in the history
Add Fathom Analytics.
  • Loading branch information
pavelhoral authored Oct 30, 2023
2 parents e489017 + b1ee896 commit af65ff2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions site/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ export default defineConfig({
head: [
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1' } ],
['meta', { name: 'theme-color', content: '#c12233' } ],
[
'script', {
src: 'https://cdn.usefathom.com/script.js',
'data-site': 'ASVYZNXZ',
defer: '',
}
]
],
themeConfig: {
logo: '/wren.png',
Expand Down

0 comments on commit af65ff2

Please sign in to comment.