mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2024-11-23 01:19:49 +00:00
config: add Google Analytics
This commit is contained in:
parent
1ae989196b
commit
df85c9c3de
@ -11,7 +11,11 @@ import * as i18n from './i18n'
|
||||
export default defineConfig({
|
||||
title: "3DS Hacks Guide",
|
||||
description: "A complete guide to 3DS custom firmware",
|
||||
head: [['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }]],
|
||||
head: [
|
||||
['link', { rel: 'icon', href: '/images/site-config/favicon.ico' }],
|
||||
['script', { async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-760Y60FQ3T' }],
|
||||
['script', {}, `window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'G-760Y60FQ3T');`]
|
||||
],
|
||||
locales: {
|
||||
root: i18n.en_US
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user