We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75bec07 commit a74ae85Copy full SHA for a74ae85
docs/.vitepress/config.js
@@ -2,6 +2,7 @@ export default {
2
lang: 'en-US',
3
base: '/gen3-express/',
4
title: "Gen3 Express",
5
+ head: [['meta', { name: 'google-site-verification', content: '8ITIfF1pu9VrQOnXrnDnYZqCILQjm5wgdxYLt056ApI' }]],
6
description: "A gen3 tool to generate get started express app.",
7
themeConfig: {
8
siteTitle: "Gen3 Express",
0 commit comments