mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
[ci] format
This commit is contained in:
parent
c2165c34a7
commit
b1c4600fd4
1 changed files with 1 additions and 1 deletions
|
@ -720,7 +720,7 @@ export async function renderPage(
|
|||
if (!/<!doctype html/i.test(html)) {
|
||||
let rest = html;
|
||||
html = `<!DOCTYPE html>`;
|
||||
for await(let chunk of maybeRenderHead(result)) {
|
||||
for await (let chunk of maybeRenderHead(result)) {
|
||||
html += chunk;
|
||||
}
|
||||
html += rest;
|
||||
|
|
Loading…
Reference in a new issue