mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
feat(docs): add sitemap to docs (#25)
This commit is contained in:
@@ -5,6 +5,9 @@ export default defineConfig({
|
|||||||
title: "HomeBox",
|
title: "HomeBox",
|
||||||
description: "A simple home inventory management software",
|
description: "A simple home inventory management software",
|
||||||
lastUpdated: true,
|
lastUpdated: true,
|
||||||
|
sitemap: {
|
||||||
|
hostname: 'https://homebox.sysadminsmedia.com',
|
||||||
|
},
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: '/lilbox.svg',
|
logo: '/lilbox.svg',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user