Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add theme-color meta (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaiyan-dev authored Aug 2, 2022
1 parent 040b36a commit 7209a49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "nuxt_doc_theme_color",
name: "theme-color",
content: "#00db80"
}
],
bodyAttrs: {
Expand Down

0 comments on commit 7209a49

Please sign in to comment.