fix: fix viewport meta tag

This commit is contained in:
Andrea 2024-10-02 11:41:27 +02:00
parent af931b764c
commit 75cccd1a44
No known key found for this signature in database
GPG Key ID: 4594610B9C8F91C5

View File

@ -27,7 +27,7 @@ export const meta: MetaFunction = () => [
title: "Nullndr",
},
{
property: "viewport",
name: "viewport",
content: "width=device-width,initial-scale=1.0",
},
];