From a06b9b7f67137598aebb4f412619450a0d1e06ee Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Mon, 29 May 2023 17:48:01 +0300 Subject: [PATCH] add page title --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index c4f3b84..af2922e 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -5,7 +5,7 @@ export default defineNuxtConfig({ title: 'Extractify - Extract compressed files online and securely', titleTemplate: '%s - Extractify', } - } + }, css: [ 'vuetify/lib/styles/main.css', '@mdi/font/css/materialdesignicons.min.css'