We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8ec2b commit a9fa59dCopy full SHA for a9fa59d
nuxt.config.ts
@@ -3,6 +3,9 @@ export default defineNuxtConfig({
3
devtools: { enabled: true },
4
modules: ["nuxt-icon", "@pinia/nuxt", "nuxt-gtag"],
5
ssr: true,
6
+ gtag: {
7
+ id: "G-TJ3V7HWRHC",
8
+ },
9
app: {
10
head: {
11
script: [
0 commit comments