diff --git a/app.vue b/app.vue index 3fd28591..cfb520ce 100644 --- a/app.vue +++ b/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: `