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