From cdfd24f1156caf189048e366778f8df0f0e4e6ba Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan <88643231+sanjaiyan-dev@users.noreply.github.com> Date: Sat, 30 Jul 2022 00:41:15 +0530 Subject: [PATCH 1/3] Addming meta-theme color --- docs/nuxt.config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 9e0b04f423d..aa522e9a146 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -48,6 +48,11 @@ export default withDocus({ hid: 'og:video', name: 'og:video', content: 'https://res.cloudinary.com/nuxt/video/upload/v1634114611/nuxt3-beta_sznsf8.mp4' + }, + { + hid: "theme-color", + name: "theme-color", + content: "#00db80" } ], bodyAttrs: { From 0cd0b6044abb3ff1a954e2c151803783a4ced305 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan <88643231+sanjaiyan-dev@users.noreply.github.com> Date: Sat, 30 Jul 2022 23:36:33 +0530 Subject: [PATCH 2/3] Small change --- docs/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index aa522e9a146..2cb8c694e1b 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -50,7 +50,7 @@ export default withDocus({ content: 'https://res.cloudinary.com/nuxt/video/upload/v1634114611/nuxt3-beta_sznsf8.mp4' }, { - hid: "theme-color", + hid: "meta_theme_color", name: "theme-color", content: "#00db80" } From 399a8140d38d3b8c506198ee187dc359e459e3e8 Mon Sep 17 00:00:00 2001 From: Sanjaiyan Parthipan <88643231+sanjaiyan-dev@users.noreply.github.com> Date: Sat, 30 Jul 2022 23:44:53 +0530 Subject: [PATCH 3/3] Changing id of meta tag. --- docs/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/nuxt.config.ts b/docs/nuxt.config.ts index 2cb8c694e1b..d09fd0d20eb 100644 --- a/docs/nuxt.config.ts +++ b/docs/nuxt.config.ts @@ -50,7 +50,7 @@ export default withDocus({ content: 'https://res.cloudinary.com/nuxt/video/upload/v1634114611/nuxt3-beta_sznsf8.mp4' }, { - hid: "meta_theme_color", + hid: "nuxt_doc_theme_color", name: "theme-color", content: "#00db80" }