Skip to content

Commit

Permalink
last minor config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser committed Jul 4, 2024
1 parent e4d91eb commit cda55d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit cda55d5

Please sign in to comment.