Skip to content

Commit 5d6abda

Browse files
authored
Merge pull request #1221 from EthanThatOneKid/add-branding-on-sitemap
Add Branding Page to Sitemap
2 parents efb7dde + 1071125 commit 5d6abda

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/routes/(site)/sitemap/data.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ const siteMap: SiteMap = {
112112
title: 'Workshops',
113113
link: 'workshops',
114114
},
115+
{
116+
id: 'brandingpage',
117+
title: 'Branding',
118+
link: 'branding',
119+
},
115120
],
116121
Policies: [
117122
{

0 commit comments

Comments
 (0)