diff --git a/app.vue b/app.vue index 672c58fb..3fd28591 100644 --- a/app.vue +++ b/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: ` diff --git a/components/BigTextMain.vue b/components/BigTextMain.vue index 24247188..d4f11145 100644 --- a/components/BigTextMain.vue +++ b/components/BigTextMain.vue @@ -1,5 +1,5 @@ diff --git a/components/Footer.vue b/components/Footer.vue index 756ff158..a6da4ef6 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,12 +1,12 @@ saahild.com diff --git a/pages/about.vue b/pages/about.vue index c1b4d7e9..78a042a8 100644 --- a/pages/about.vue +++ b/pages/about.vue @@ -1,5 +1,7 @@ - + + + + + + + + +