Skip to content

Commit 02f2e10

Browse files
committed
feat: add doctype html
1 parent c71c69b commit 02f2e10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/node/build/render.ts

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export async function renderPage(
5454
.join('\n ')
5555

5656
const html = `
57+
<!DOCTYPE html>
5758
<html lang="${siteData.lang}">
5859
<head>
5960
<meta charset="utf-8">

0 commit comments

Comments
 (0)