style: fix code style

pull/239/head
Kia King Ishii 5 years ago committed by GitHub
parent d60e3bc18b
commit d44155d330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,7 +55,7 @@ export async function renderPage(
const stylesheetLink = cssChunk const stylesheetLink = cssChunk
? `<link rel="stylesheet" href="${siteData.base}${cssChunk.fileName}">` ? `<link rel="stylesheet" href="${siteData.base}${cssChunk.fileName}">`
: `` : ''
const html = ` const html = `
<!DOCTYPE html> <!DOCTYPE html>

Loading…
Cancel
Save