From 947830904239d51ec9e94971fed6346c1089911f Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 23 Jan 2023 19:01:28 +0100 Subject: chore: make Links and Images compliant with Next.js 13 --- src/pages/projets/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/projets/index.tsx') diff --git a/src/pages/projets/index.tsx b/src/pages/projets/index.tsx index dbca019..aaf37e9 100644 --- a/src/pages/projets/index.tsx +++ b/src/pages/projets/index.tsx @@ -53,7 +53,7 @@ const ProjectsPage: NextPageWithLayout = ({ projects }) => { ); const components: NestedMDXComponents = { - Links: (props) => , + Links: Link, }; const { website } = useSettings(); -- cgit v1.2.3