feat: add vwo-script
This commit is contained in:
@@ -3,6 +3,7 @@ import Script from "next/script"
|
||||
|
||||
import type { Metadata } from "next"
|
||||
import type { LangParams, LayoutArgs } from "@/types/params"
|
||||
import VwoScript from "@/components/Current/VwoScript"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
description: "New web",
|
||||
@@ -28,6 +29,7 @@ export default function RootLayout({
|
||||
src="https://consent.cookiebot.com/uc.js"
|
||||
/>
|
||||
<AdobeScript />
|
||||
<VwoScript />
|
||||
</head>
|
||||
<body>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user