[ci] yarn format

This commit is contained in:
natemoo-re 2021-11-22 18:07:12 +00:00 committed by GitHub Actions
parent fc5f416382
commit f930270aed

View file

@ -430,9 +430,9 @@ export function rollupPluginAstroBuildHTML(options: PluginOptions): VitePlugin {
// Output directly to 404.html rather than 400/index.html
// Supports any other status codes, too
if (name.match(STATUS_CODE_RE)) {
outPath = npath.posix.join(`${name}.html`)
outPath = npath.posix.join(`${name}.html`);
} else {
outPath = npath.posix.join(name, 'index.html')
outPath = npath.posix.join(name, 'index.html');
}
this.emitFile({