We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a495e commit 96735f0Copy full SHA for 96735f0
1 file changed
apps/site/app/[locale]/blog/[...path]/page.tsx
@@ -7,7 +7,7 @@ import * as basePage from '#site/next.dynamic.page.mjs';
7
import { defaultLocale } from '#site/next.locales.mjs';
8
import type { DynamicParams } from '#site/types';
9
10
-type PageParams = DynamicParams<{ path: Array<string>; locale: string }>;
+type PageParams = DynamicParams<{ path: Array<string> }>;
11
12
// This is the default Viewport Metadata
13
// @see https://nextjs.org/docs/app/api-reference/functions/generate-viewport#generateviewport-function
0 commit comments