mirror of
https://github.com/hacks-guide/Guide_Landing.git
synced 2024-11-26 18:30:38 +00:00
Add back Google Analytics (#51)
* config: add Google Analytics * package-lock: regenerate
This commit is contained in:
parent
975e819513
commit
d652bd9df9
@ -11,7 +11,10 @@ import * as i18n from './i18n'
|
||||
export default defineConfig({
|
||||
title: "Hacks Guide",
|
||||
description: "Hacks Guide Listings",
|
||||
head: [['link', { rel: 'icon', href: '/images/favicon.ico' }]],
|
||||
head: [['link', { rel: 'icon', href: '/images/favicon.ico' }],
|
||||
['script', { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-0R9QL9R7B8' }],
|
||||
['script', {}, `window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-0R9QL9R7B8');`]
|
||||
],
|
||||
locales: {
|
||||
root: i18n.en_US
|
||||
},
|
||||
|
681
package-lock.json
generated
681
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user