Skip to content

Commit 96735f0

Browse files
committed
use other types
1 parent 40a495e commit 96735f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/site/app/[locale]/blog/[...path]

apps/site/app/[locale]/blog/[...path]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import * as basePage from '#site/next.dynamic.page.mjs';
77
import { defaultLocale } from '#site/next.locales.mjs';
88
import type { DynamicParams } from '#site/types';
99

10-
type PageParams = DynamicParams<{ path: Array<string>; locale: string }>;
10+
type PageParams = DynamicParams<{ path: Array<string> }>;
1111

1212
// This is the default Viewport Metadata
1313
// @see https://nextjs.org/docs/app/api-reference/functions/generate-viewport#generateviewport-function

0 commit comments

Comments
 (0)