diff --git a/src/components/Home/Intro.vue b/src/components/Home/Intro.vue index 538b380a..ebf5dda8 100644 --- a/src/components/Home/Intro.vue +++ b/src/components/Home/Intro.vue @@ -20,11 +20,3 @@
--> - - diff --git a/src/nuxt.config.ts b/src/nuxt.config.ts index c336205e..a10fe623 100644 --- a/src/nuxt.config.ts +++ b/src/nuxt.config.ts @@ -1,70 +1,68 @@ export default defineNuxtConfig({ - extends: ['nuxt-umami'], - devtools: { enabled: true }, + extends: ['nuxt-umami'], + devtools: { enabled: true }, + modules: [ + "@nuxt/ui", + "nuxt-icon", + "@nuxtjs/google-fonts", + "@nuxtjs/fontaine", + "@nuxt/image", + "@nuxt/content", + "@nuxthq/studio", + "@vueuse/nuxt", + "@nuxtjs/seo" + ], - modules: [ - "@nuxt/ui", - "nuxt-icon", - "@nuxtjs/google-fonts", - "@nuxtjs/fontaine", - "@nuxt/image", - "@nuxt/content", - "@nuxthq/studio", - "@vueuse/nuxt", - "@nuxtjs/seo" - ], + seo: { + "automaticDefaults": true, + }, - seo: { - - "automaticDefaults":true, - }, + site: { + url: "https://numselli.xyz" + }, - site: { - url: "https://numselli.xyz" - }, + ui: { + icons: ["heroicons", "lucide"], + }, - ui: { - icons: ["heroicons", "lucide"], - }, + app: { + pageTransition: { name: "page", mode: "out-in" }, + head: { + htmlAttrs: { + lang: "en", + class: "h-full", + }, + bodyAttrs: { + class: "antialiased bg-gray-50 dark:bg-black min-h-screen", + }, + }, + }, - app: { - pageTransition: { name: "page", mode: "out-in" }, - head: { - htmlAttrs: { - lang: "en", - class: "h-full", - }, - bodyAttrs: { - class: "antialiased bg-gray-50 dark:bg-black min-h-screen", - }, - }, - }, + content: { + highlight: { + theme: "github-dark", + }, + documentDriven: true + }, - content: { - highlight: { - theme: "github-dark", - }, - documentDriven: true - }, + googleFonts: { + display: "swap", + families: { + Inter: [400, 500, 600, 700, 800, 900], + }, + }, - googleFonts: { - display: "swap", - families: { - Inter: [400, 500, 600, 700, 800, 900], - }, - }, + appConfig: { + umami: { + id: '8d5dabea-9c89-4d2f-9ce1-84c7b18758c7', + host: 'https://insights.numselli.xyz/', + version: 2, + ignoreDnt: true, + useDirective: true, + customEndpoint: '/', + ignoreLocalhost: true + } + }, - appConfig: { - umami: { - id: '8d5dabea-9c89-4d2f-9ce1-84c7b18758c7', - host: 'https://insights.numselli.xyz/', - version: 2, - ignoreDnt: true, - useDirective: true, - customEndpoint: '/', - ignoreLocalhost: true - } - }, - - compatibilityDate: "2024-07-12" + compatibilityDate: "2024-07-12" }); \ No newline at end of file diff --git a/src/pages/bookmarks.vue b/src/pages/bookmarks.vue index 7819c772..e3999703 100644 --- a/src/pages/bookmarks.vue +++ b/src/pages/bookmarks.vue @@ -33,12 +33,9 @@ \ No newline at end of file diff --git a/src/pages/projects/index.vue b/src/pages/projects/index.vue index 4f52b9df..024dfbad 100644 --- a/src/pages/projects/index.vue +++ b/src/pages/projects/index.vue @@ -14,12 +14,10 @@