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 52b1cae commit 1cf4870Copy full SHA for 1cf4870
src/pages/_app.tsx
@@ -7,7 +7,7 @@ import "../../styles/index.css";
7
const App: FC<AppProps> = ({ Component, pageProps }) => (
8
<>
9
<Head>
10
- <title key="title">vim.how</title>
+ <title key="title">vim.how - searchable vim command catalog</title>
11
<meta
12
name="description"
13
content="A searchable catalog of vim commands organized by category. It can be installed and works offline."
0 commit comments