We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c3e738 commit f744285Copy full SHA for f744285
1 file changed
app/article/[id]/page.tsx
@@ -1,6 +1,6 @@
1
import Link from "next/link"
2
import { ArrowLeft } from "lucide-react"
3
-import articles from "@/lib/data/articles.json";
+import articles from "lib/Data/articles.json";
4
5
// This function is required for static site generation with dynamic routes
6
export async function generateStaticParams() {
0 commit comments