Fix Astro.generator
This commit is contained in:
parent
16e30c45a2
commit
d6363e10f9
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ const { title } = Astro.props;
|
|||
|
||||
<meta
|
||||
name="generator"
|
||||
content="{Astro.generator}"
|
||||
content={Astro.generator}
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Reference in a new issue