Skip to content

Commit 51c56df

Browse files
committed
fix: update base URL and sitemap hostname for deployment
1 parent 25ff53e commit 51c56df

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ import { version } from '../../package.json'
44
export default defineConfig({
55
title: 'Nuxt UI FormKit',
66
description: 'FormKit integration for Nuxt UI - Seamlessly connect FormKit form handling with Nuxt UI components',
7+
78
lang: 'en-US',
89

910
// Base URL for deployment
10-
base: '/',
11+
base: '/buxt-ui-formkit/',
1112

1213
// Sitemap configuration
1314
sitemap: {
14-
hostname: 'https://nuxt-ui-formkit.sfxcode.com',
15+
hostname: 'https://sfxcode.github.io/nuxt-ui-formkit',
1516
},
1617

1718
// Enhanced metadata for better SEO

0 commit comments

Comments
 (0)