generated from Fascinated/nextjs-13-template-with-tailwindcss
Compare commits
No commits in common. "d5632f120cb17390d6ab86ef72deee7cbdc975cc" and "fa84e5edf7f56e0e3058655bb436ddd541384195" have entirely different histories.
d5632f120c
...
fa84e5edf7
@ -12,7 +12,3 @@ Simple Links is a lightweight alternative to Linktree and others.
|
||||
## Installation
|
||||
|
||||
Visit the [wiki](https://git.fascinated.cc/Fascinated/simple-links/wiki/Installation) page for installation instructions.
|
||||
|
||||
## Todo
|
||||
|
||||
- [ ] Figure out how to get the config in the build step less hacky
|
||||
|
@ -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