generated from Fascinated/nextjs-13-template-with-tailwindcss
debug test
This commit is contained in:
parent
c925aec7c7
commit
1317624ce5
@ -2,6 +2,8 @@ import Image from "next/image";
|
||||
import Config from "../../config.json";
|
||||
|
||||
export default function Home() {
|
||||
console.log(Config);
|
||||
|
||||
return (
|
||||
<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">
|
||||
|
Loading…
Reference in New Issue
Block a user