From cd1078e3a6ddb1b1598723beec4905c123ee85a6 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Mon, 10 Jan 2022 16:15:59 +0100 Subject: chore: add PDF and image format to CV page --- mdx.d.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mdx.d.ts') diff --git a/mdx.d.ts b/mdx.d.ts index fb9f909..7644488 100644 --- a/mdx.d.ts +++ b/mdx.d.ts @@ -5,4 +5,6 @@ declare module '*.mdx' { export default MDXComponent; export const meta: Meta; export const intro: string; + export const pdf: string; + export const image: string; } -- cgit v1.2.3