Skip to content

Commit

Permalink
Merge pull request #279 from hey-api/chore/vercel-analytics
Browse files Browse the repository at this point in the history
chore(analytics): add vercel
  • Loading branch information
mrlubos authored Apr 6, 2024
2 parents 714ef9e + 3fac78f commit ef28d7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/.vitepress/config/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default defineConfig({
['meta', { property: 'og:site_name', content: 'OpenAPI TypeScript' }],
['meta', { property: 'og:image', content: '/logo.png' }],
['meta', { property: 'og:url', content: 'https://heyapi.vercel.app' }],
['script', {}, 'window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };'],
['script', { defer: '', src: '/_vercel/insights/script.js' }],
],
themeConfig: {
logo: '/logo.png',
Expand Down
2 changes: 2 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef28d7a

Please sign in to comment.