mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 17:14:07 +00:00
update: idk what me code is anymore zeon:ai_comment
This commit is contained in:
parent
e577d87ce4
commit
1a0e221c42
5 changed files with 66 additions and 14 deletions
25
app.vue
25
app.vue
|
@ -5,9 +5,28 @@ 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.",
|
||||
}, {
|
||||
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