Skip to content

Commit 339ded6

Browse files
fix: app title
1 parent cbf6832 commit 339ded6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width" />
66
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
77
<meta name="generator" content={Astro.generator} />
8-
<title>NitroVim</title>
8+
<title>NitroVim — Just install. Start coding. Done.</title>
99
</head>
1010
<body>
1111
<slot />

0 commit comments

Comments
 (0)