We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71c69b commit 02f2e10Copy full SHA for 02f2e10
src/node/build/render.ts
@@ -54,6 +54,7 @@ export async function renderPage(
54
.join('\n ')
55
56
const html = `
57
+<!DOCTYPE html>
58
<html lang="${siteData.lang}">
59
<head>
60
<meta charset="utf-8">
0 commit comments