From cda55d5f6bb8dd2fae96df8d363ba60b528fcec0 Mon Sep 17 00:00:00 2001 From: Zoey Kaiser Date: Thu, 4 Jul 2024 20:18:46 +0200 Subject: [PATCH] last minor config changes --- docs/.vitepress/config.mts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 9a4215e6..e9f86dfe 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -5,8 +5,8 @@ import { routes as sidebarRoutes } from './routes/sidebar' export default defineConfig({ title: 'NuxtAuth', titleTemplate: ':title - by sidebase', - description: 'The productive way to build fullstack Nuxt 3 applications.', - base: '/nuxt-auth/', // TODO: Change once we deploy to offical domain + description: 'Authentication for Nuxt 3', + base: '/nuxt-auth/', cleanUrls: true, lang: 'en-US', appearance: 'dark',