From 96c1607666c93bffa2755872e64a81f9c1341421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oktay=20=C5=9Eenkan?= Date: Thu, 31 Oct 2024 05:34:57 +0300 Subject: [PATCH] fix(docs): add missing og meta tags --- apps/docs/theme.config.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/docs/theme.config.tsx b/apps/docs/theme.config.tsx index 4255f1e..b8019fe 100644 --- a/apps/docs/theme.config.tsx +++ b/apps/docs/theme.config.tsx @@ -21,6 +21,8 @@ const config: DocsThemeConfig = { <> {title} + + @@ -33,6 +35,8 @@ const config: DocsThemeConfig = { + + ); },