Skip to content

Commit

Permalink
Update apps/webapp/app/(routes)/[lang]/whitepaper/sitemap.ts
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
TopETH and sourcery-ai[bot] authored Jul 25, 2024
1 parent e16ef01 commit e0edbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/webapp/app/(routes)/[lang]/whitepaper/sitemap.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CommonPageProps } from '@/types/routing.type'
import { MetadataRoute } from 'next'

export default function sitemap({
export default async function sitemap({
params
}: CommonPageProps): MetadataRoute.Sitemap {
return [
Expand Down

0 comments on commit e0edbe1

Please sign in to comment.