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 dfcefb5 commit edcf904Copy full SHA for edcf904
src/layouts/Layout.astro
@@ -14,7 +14,7 @@ const { title } = Astro.props;
14
<html lang="en">
15
<head>
16
<meta charset="UTF-8" />
17
- <meta name="description" content="Astro description" />
+ <meta name="description" content="Rambling about programming." />
18
<meta name="viewport" content="width=device-width" />
19
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
20
<meta name="generator" content={Astro.generator} />
0 commit comments