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

33
app.vue
View file

@ -5,28 +5,37 @@ import Navbar from "./components/Navbar.vue";
import "./lib/jsscripts/index.ts"; import "./lib/jsscripts/index.ts";
useHead({ useHead({
title: "Saahils Site", title: "Saahils Site",
meta: [{ meta: [
{
name: "viewport", name: "viewport",
content: "width=device-width, initial-scale=1.0", content: "width=device-width, initial-scale=1.0",
}, { },
{
name: "description", 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", name: "robots",
content: "noindex, nofollow", content: "noindex, nofollow",
}, { },
{
name: "author", name: "author",
content: "Neon" content: "Neon",
}, { },
{
name: "charset", name: "charset",
content: "UTF-8", content: "UTF-8",
}, { },
{
name: "keywords", name: "keywords",
content: "neon, saahil, portfolio" content: "neon, saahil, portfolio",
}, { },
{
name: "color-scheme", name: "color-scheme",
content: "dark" content: "dark",
}], },
],
noscript: [ noscript: [
{ {
children: ` children: `