Fix Astro.generator

This commit is contained in:
Nikita Karamov 2023-08-26 15:38:13 +02:00
parent 16e30c45a2
commit d6363e10f9
No known key found for this signature in database
GPG key ID: 41D6F71EE78E77CD

View file

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