We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36bcc13 + 5351297 commit 55c3364Copy full SHA for 55c3364
docs/.vuepress/public/googled5ceee86bf34d3e8.html
@@ -0,0 +1 @@
1
+google-site-verification: googled5ceee86bf34d3e8.html
docs/.vuepress/theme/layouts/HomeLayout.vue
@@ -1,5 +1,4 @@
<template>
2
- <meta name="google-site-verification" content="5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs" />
3
<div class="theme-container">
4
<HeaderLayout :isMobileWidth="isMobileWidth"/>
5
<DocsCardsWrapper/>
docs/.vuepress/theme/layouts/Layout.vue
@@ -1,5 +1,6 @@
+ <meta name="google-site-verification" content="5-Q2NFM8YQ1f64j819in5tsqnlwNjQXX6Y0PQzmBEcs" />
<HeaderLayout :closeSidebarDrawer="pageRef?.closeSidebarDrawer" :isMobileWidth="isMobileWidth"/>
<Sidebar
6
v-if="allPages.length && !pageRef?.isOpenMobileSidebarMenu && !isMobileWidth"
0 commit comments