From 47ca9b103ddd50a6a89c31fdd820185cf7e00d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=91=AB?= <1219654535@qq.com> Date: Mon, 19 Jun 2023 20:23:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E7=94=A8clarity?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index 816fcdc..8909417 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -143,6 +143,16 @@ export default defineNuxtConfig({ content: '65342CA07E5F201B3D48569C2E706FDA', }, ], + // script: [{ + // innerHTML: ` + // (function(c,l,a,r,i,t,y){ + // c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; + // t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; + // y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); + // })(window, document, "clarity", "script", "hmbju0mzmd"); + // `, + // type: 'text/javascript', + // }], }, },