mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
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:
parent
14a3753c4d
commit
461a4bcb03
1 changed files with 31 additions and 22 deletions
53
app.vue
53
app.vue
|
@ -5,28 +5,37 @@ import Navbar from "./components/Navbar.vue";
|
|||
import "./lib/jsscripts/index.ts";
|
||||
useHead({
|
||||
title: "Saahils Site",
|
||||
meta: [{
|
||||
name: "viewport",
|
||||
content: "width=device-width, initial-scale=1.0",
|
||||
}, {
|
||||
name: "description",
|
||||
content: "Saahil's personal website, showcasing his projects, blog, and more.",
|
||||
}, {
|
||||
name: "robots",
|
||||
content: "noindex, nofollow",
|
||||
}, {
|
||||
name: "author",
|
||||
content: "Neon"
|
||||
}, {
|
||||
name: "charset",
|
||||
content: "UTF-8",
|
||||
}, {
|
||||
name: "keywords",
|
||||
content: "neon, saahil, portfolio"
|
||||
}, {
|
||||
name: "color-scheme",
|
||||
content: "dark"
|
||||
}],
|
||||
meta: [
|
||||
{
|
||||
name: "viewport",
|
||||
content: "width=device-width, initial-scale=1.0",
|
||||
},
|
||||
{
|
||||
name: "description",
|
||||
content:
|
||||
"Saahil's personal website, showcasing his projects, blog, and more.",
|
||||
},
|
||||
{
|
||||
name: "robots",
|
||||
content: "noindex, nofollow",
|
||||
},
|
||||
{
|
||||
name: "author",
|
||||
content: "Neon",
|
||||
},
|
||||
{
|
||||
name: "charset",
|
||||
content: "UTF-8",
|
||||
},
|
||||
{
|
||||
name: "keywords",
|
||||
content: "neon, saahil, portfolio",
|
||||
},
|
||||
{
|
||||
name: "color-scheme",
|
||||
content: "dark",
|
||||
},
|
||||
],
|
||||
noscript: [
|
||||
{
|
||||
children: `
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue