Compare commits

...

2 Commits

Author SHA1 Message Date
d5632f120c remove debug 2023-07-02 15:11:27 +01:00
6af5a071f0 add todo 2023-07-02 15:11:22 +01:00
2 changed files with 4 additions and 2 deletions

@ -12,3 +12,7 @@ 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,8 +2,6 @@ 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">