Skip to content

Commit

Permalink
feat: update sitemap page links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Jul 31, 2023
1 parent 492eb43 commit b75320c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function Footer() {
<span>License</span>
<ArrowIcon />
</Link>
<Link href="/sitemap.xml" rel="noreferrer">
<Link href="/sitemap" rel="noreferrer">
<span>Sitemap</span>
<ArrowIcon />
</Link>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/header/mobile-menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function MobileMenu() {
title="Sitemap"
icon={TreeStructure}
rel="noreferrer"
href="/sitemap.xml"
href="/sitemap"
/>

<ToggleTheme />
Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/kbar/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export function CustomKBarProvider({ children }: { children: ReactNode }) {
section: 'Website',
keywords: 'map links crawler',
icon: <TreeStructure weight="duotone" />,
perform: () => push('/sitemap.xml')
perform: () => push('/sitemap')
}
]

Expand Down

0 comments on commit b75320c

Please sign in to comment.