Fix Astro.generator

This commit is contained in:
Nikita Karamov 2023-08-26 15:38:13 +02:00
parent 051b156439
commit 06908b7beb
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const { title } = Astro.props;
<meta
name="generator"
content="{Astro.generator}"
content={Astro.generator}
/>
</head>
<body>