Skip to content

Commit 1cf4870

Browse files
committed
Better default title
1 parent 52b1cae commit 1cf4870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "../../styles/index.css";
77
const App: FC<AppProps> = ({ Component, pageProps }) => (
88
<>
99
<Head>
10-
<title key="title">vim.how</title>
10+
<title key="title">vim.how - searchable vim command catalog</title>
1111
<meta
1212
name="description"
1313
content="A searchable catalog of vim commands organized by category. It can be installed and works offline."

0 commit comments

Comments
 (0)