From 80efd91e8e40fd6b3e0f20fd0a00dd7614593fa9 Mon Sep 17 00:00:00 2001 From: Charlie85270 Date: Mon, 30 Oct 2023 21:11:11 -0400 Subject: [PATCH] add link video --- components/layout/AppLayout.tsx | 2 +- pages/_document.tsx | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/components/layout/AppLayout.tsx b/components/layout/AppLayout.tsx index 318a862..a61d042 100644 --- a/components/layout/AppLayout.tsx +++ b/components/layout/AppLayout.tsx @@ -89,7 +89,7 @@ const AppLayout = ({ title, desc, children, withPub }: Props) => {
-
+
diff --git a/pages/_document.tsx b/pages/_document.tsx index a6af586..a3ff498 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -6,11 +6,6 @@ export default class MyDocument extends Document { return ( - {/* Global Site Tag (gtag.js) - Google Analytics */}