Google Analytics

Introduction

Pass ga to default theme to use Google Analytics. Value is the id provided by Google Analytics . Something like G-XXXXXXXXX. Would auto config gtag script in site head if provided.

Example config

vite.config.(js|ts)
+
import {  } from '@sveltepress/theme-default'
import {  } from '@sveltepress/vite'
import {  } from 'vite'

export default ({
  : [
    ({
      : ({
        : 'G-XXXXXXXXX' 
      })
    })
  ],
})
ts
Last update at: 2024/11/25 05:47:03