feat(legal): add doctype to legal notice build output

This commit is contained in:
2026-08-03 17:23:23 +02:00
parent c01353d6b7
commit d83e09b3a1
+1
View File
@@ -25,6 +25,7 @@ export default async function build () {
const legalNoticeHtml = md.render(legalNoticeMd);
const fullLegalNoticeHTML = `
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8" />