diff --git a/src/config/type.ts b/src/config/type.ts index e2930d1..837cfc9 100644 --- a/src/config/type.ts +++ b/src/config/type.ts @@ -202,7 +202,7 @@ export type MerklConfig = { [key: string]: string; }; footerLinks: { image: string; link: string; key: string }[]; - footerNavLinks: routesType; + footerNavLinks?: routesType; }; export function createConfig({ wagmi, ...config }: MerklConfig) {