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
|
<meta
|
||||||
name="generator"
|
name="generator"
|
||||||
content="{Astro.generator}"
|
content={Astro.generator}
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
Reference in a new issue