diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a26b7..e7354a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,8 @@ import Image from "next/image"; import Config from "../../config.json"; export default function Home() { + console.log(Config); + return (