mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 09:04: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
35
app.vue
35
app.vue
|
@ -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",
|
{
|
||||||
content: "Neon"
|
name: "author",
|
||||||
}, {
|
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: `
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue