mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-06-28 23:39:11 +00:00
feat: create sitemap.xml programmatically
This commit is contained in:
parent
70a0eb8aa1
commit
7d70f2d2ed
2 changed files with 68 additions and 1 deletions
|
@ -2,7 +2,7 @@ import type { Icons } from '$lib/components/site/icons';
|
|||
|
||||
export type NavItem = {
|
||||
title: string;
|
||||
href?: string;
|
||||
href: string;
|
||||
disabled?: boolean;
|
||||
external?: boolean;
|
||||
icon?: keyof typeof Icons;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue