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 9c5e730 commit dfec9f2Copy full SHA for dfec9f2
src/app/layout.tsx
@@ -8,8 +8,12 @@ import '../styles/globals.css';
8
9
export const metadata: Metadata = {
10
title: 'RepoTree - ASCII Tree Generator',
11
- description: 'RepoTree is a web app for generating an ASCII tree from a GitHub URL.',
+ description: 'RepoTree is a web app for generating an ASCII tree from a GitHub or GitLab URL.',
12
authors: [{ name: 'Ralph Rosael' }],
13
+ verification: {
14
+ // Google Search Console
15
+ google: 'T1eSo0As2QM6eFiFVR-rfDwCxNa_oMVNVgoSDqZNk4U',
16
+ },
17
};
18
19
export default function RootLayout({
0 commit comments