From 0bb6411ee9fce02c2e5680f2be5740a1bbb508ad Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 24 Dec 2021 15:35:33 +0100 Subject: chore: replace CV content with mdx content Since I replace the other pages, there is no reason to fetch this page content through WP GraphQL. --- mdx.d.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'mdx.d.ts') diff --git a/mdx.d.ts b/mdx.d.ts index b77b39d..fb9f909 100644 --- a/mdx.d.ts +++ b/mdx.d.ts @@ -4,4 +4,5 @@ declare module '*.mdx' { let MDXComponent: (props: any) => JSX.Element; export default MDXComponent; export const meta: Meta; + export const intro: string; } -- cgit v1.2.3