Skip to content

Commit

Permalink
Merge pull request #1847 from GW2Treasures/feature/wintersday-more-work
Browse files Browse the repository at this point in the history
Wintersday updates
  • Loading branch information
darthmaim authored Dec 10, 2024
2 parents 71541a0 + 34dc194 commit f480292
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file modified apps/web/app/[language]/festival/wintersday/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/web/app/[language]/sitemap/sitemaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export const sitemaps: Record<string, Sitemap> = {
'/festival/wintersday/achievements',
'/festival/wintersday/skins',
'/festival/wintersday/minis',
'/festival/wintersday/wizards-vault',
'/bonus-event/evon-gnashblades-birthday',
].map((page) => getEntryForUrl(language, page));
}
Expand Down
3 changes: 3 additions & 0 deletions apps/web/components/Search/useSearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ const pages: Page[] = [
{ href: '/item/empty-containers', title: 'Empty containers', icon: 'item' },
{ href: '/achievement/random', title: 'Random Achievement', icon: 'shuffle' },
{ href: '/achievement/uncategorized', title: 'Uncategorized Achievements', icon: 'achievement' },

{ href: '/festival/wintersday', title: 'Wintersday', icon: 'gift' },
{ href: '/bonus-event/evon-gnashblades-birthday', title: 'Evon Gnashblade’s “Birthday” celebration', icon: 'story' },
];

export function usePageResults(searchValue: string): SearchResults<'pages'> {
Expand Down

0 comments on commit f480292

Please sign in to comment.