We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d210fe commit 6cf395dCopy full SHA for 6cf395d
1 file changed
‎packages/docs/app/.vitepress/config.mts‎
@@ -31,6 +31,10 @@ export default async () => {
31
base: '/',
32
title: 'reactuse',
33
titleTemplate: false,
34
+ cleanUrls: true,
35
+ sitemap: {
36
+ hostname: 'https://reactuse.org'
37
+ },
38
description:
39
'Improve your react applications with our library 📦 designed for comfort and speed',
40
markdown: {
0 commit comments