feat(docs): add sitemap to docs (#25)

This commit is contained in:
Matt Kilgore
2024-06-19 09:23:27 -04:00
committed by GitHub
parent c9841513cd
commit bde7ccbb2c

View File

@@ -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',