From 7508e394fa168b97b79d2150e023864e16004727 Mon Sep 17 00:00:00 2001 From: Fascinated Date: Mon, 10 Jul 2023 04:50:32 +0100 Subject: [PATCH] fix build error --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f7a3bd..46ef3d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function Home() { options, description, theme = "dark", // Fallback to dark if no theme was found - } = Config; // All of the settings pulled from the config file + }: any = Config; // All of the settings pulled from the config file // Theme colors to use when using the selected theme // all used colors are from TailwindCSS