Merge pull request 'Feat(legal): legal notice build output doctype' (#28) from fix/legal-notice-build-doctype into main

Reviewed-on: #28
Reviewed-by: Johannes Vos
This commit was merged in pull request #28.
This commit is contained in:
2026-08-04 00:46:02 +02:00
committed by Gitea
+1
View File
@@ -25,6 +25,7 @@ export default async function build () {
const legalNoticeHtml = md.render(legalNoticeMd); const legalNoticeHtml = md.render(legalNoticeMd);
const fullLegalNoticeHTML = ` const fullLegalNoticeHTML = `
<!doctype html>
<html lang="de"> <html lang="de">
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />