We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d365e3c commit 9d1188cCopy full SHA for 9d1188c
src/app/news/[year]/page.tsx
@@ -4,6 +4,9 @@ import { join } from 'path'
4
import PageLayout from '@/components/PageLayout'
5
import { generatePageMetadata } from '@/components/PageLayout'
6
import { Metadata } from 'next';
7
+import React from 'react';
8
+
9
+export const dynamicParams = false
10
11
interface NewsYearPageProps {
12
params: Promise<{
0 commit comments