We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6581249 commit 26d21feCopy full SHA for 26d21fe
app/[locale]/[[...path]]/page.tsx
@@ -78,7 +78,7 @@ const getPage: FC<DynamicParams> = async ({ params }) => {
78
79
const staticGeneratedLayout = DYNAMIC_ROUTES.get(pathname);
80
81
- // If the current patname is a statically generated route
+ // If the current pathname is a statically generated route
82
// it means it does not have a Markdown file nor exists under the filesystem
83
// but it is a valid route with an assigned layout that should be rendered
84
if (staticGeneratedLayout !== undefined) {
0 commit comments