We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25ff53e commit 51c56dfCopy full SHA for 51c56df
1 file changed
docs/.vitepress/config.ts
@@ -4,14 +4,15 @@ import { version } from '../../package.json'
4
export default defineConfig({
5
title: 'Nuxt UI FormKit',
6
description: 'FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components',
7
+
8
lang: 'en-US',
9
10
// Base URL for deployment
- base: '/',
11
+ base: '/buxt-ui-formkit/',
12
13
// Sitemap configuration
14
sitemap: {
- hostname: 'https://nuxt-ui-formkit.sfxcode.com',
15
+ hostname: 'https://sfxcode.github.io/nuxt-ui-formkit',
16
},
17
18
// Enhanced metadata for better SEO
0 commit comments