generated from Fascinated/nextjs-13-template-with-tailwindcss
remove debug
This commit is contained in:
parent
6af5a071f0
commit
d5632f120c
@ -2,8 +2,6 @@ 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">
|
||||||
|
Loading…
Reference in New Issue
Block a user