enhancement(lint): Fix lint errors for app.vue

Co-authored-by: NeonGamerBot-QK <neon@saahild.com>
Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
zeon-neon[bot] 2025-07-25 02:28:22 +00:00 committed by GitHub
parent 14a3753c4d
commit 461a4bcb03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

35
app.vue
View file

@ -5,28 +5,37 @@ import Navbar from "./components/Navbar.vue";
import "./lib/jsscripts/index.ts";
useHead({
title: "Saahils Site",
meta: [{
meta: [
{
name: "viewport",
content: "width=device-width, initial-scale=1.0",
}, {
},
{
name: "description",
content: "Saahil's personal website, showcasing his projects, blog, and more.",
}, {
content:
"Saahil's personal website, showcasing his projects, blog, and more.",
},
{
name: "robots",
content: "noindex, nofollow",
}, {
name: "author",
content: "Neon"
}, {
},
{
name: "author",
content: "Neon",
},
{
name: "charset",
content: "UTF-8",
}, {
},
{
name: "keywords",
content: "neon, saahil, portfolio"
}, {
content: "neon, saahil, portfolio",
},
{
name: "color-scheme",
content: "dark"
}],
content: "dark",
},
],
noscript: [
{
children: `