Skip to content

Commit f744285

Browse files
authored
Update page.tsx
1 parent 3c3e738 commit f744285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/article/[id]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Link from "next/link"
22
import { ArrowLeft } from "lucide-react"
3-
import articles from "@/lib/data/articles.json";
3+
import articles from "lib/Data/articles.json";
44

55
// This function is required for static site generation with dynamic routes
66
export async function generateStaticParams() {

0 commit comments

Comments
 (0)