Skip to content

Commit 6cf395d

Browse files
committed
main 🧊 clear urls, add sitemap
1 parent 4d210fe commit 6cf395d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

‎packages/docs/app/.vitepress/config.mts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ export default async () => {
3131
base: '/',
3232
title: 'reactuse',
3333
titleTemplate: false,
34+
cleanUrls: true,
35+
sitemap: {
36+
hostname: 'https://reactuse.org'
37+
},
3438
description:
3539
'Improve your react applications with our library 📦 designed for comfort and speed',
3640
markdown: {

0 commit comments

Comments
 (0)