From a6e0678e598eeaab94a13b25c7e1890cf5003039 Mon Sep 17 00:00:00 2001 From: Nafees Nazik <84864519+G3root@users.noreply.github.com> Date: Fri, 9 Dec 2022 05:09:15 +0530 Subject: [PATCH] feat: use next/script tag for inline scripts (#5938) Co-authored-by: Peer Richelsen Co-authored-by: alannnc --- apps/web/pages/_app.tsx | 6 +++++- apps/web/pages/_document.tsx | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/apps/web/pages/_app.tsx b/apps/web/pages/_app.tsx index 66f3d90cbc..d1dbe671ca 100644 --- a/apps/web/pages/_app.tsx +++ b/apps/web/pages/_app.tsx @@ -1,5 +1,6 @@ import { DefaultSeo } from "next-seo"; import Head from "next/head"; +import Script from "next/script"; import superjson from "superjson"; import "@calcom/embed-core/src/embed-iframe"; @@ -36,8 +37,11 @@ function MyApp(props: AppProps) { +