debug test

This commit is contained in:
Lee 2023-07-02 15:01:03 +01:00
parent c925aec7c7
commit 1317624ce5

@ -2,6 +2,8 @@ import Image from "next/image";
import Config from "../../config.json"; import Config from "../../config.json";
export default function Home() { export default function Home() {
console.log(Config);
return ( return (
<main className="flex flex-col items-center justify-center w-screen h-screen bg-neutral-900 text-white"> <main className="flex flex-col items-center justify-center w-screen h-screen bg-neutral-900 text-white">
<div className="bg-neutral-800 rounded text-center"> <div className="bg-neutral-800 rounded text-center">