dont escape viewport meta tag

This commit is contained in:
Barış Soner Uşaklı
2026-04-03 17:01:48 -04:00
parent f66317b7a7
commit 072b1e864d

View File

@@ -21,6 +21,7 @@ Tags.parse = async (req, data, meta, link) => {
name: 'viewport',
// https://stackoverflow.com/a/77815388 for resizes-content
content: 'width=device-width, initial-scale=1.0, interactive-widget=resizes-content',
noEscape: true,
}, {
name: 'content-type',
content: 'text/html; charset=UTF-8',