Compare commits

..

No commits in common. "d5632f120cb17390d6ab86ef72deee7cbdc975cc" and "fa84e5edf7f56e0e3058655bb436ddd541384195" have entirely different histories.

2 changed files with 2 additions and 4 deletions

@ -12,7 +12,3 @@ Simple Links is a lightweight alternative to Linktree and others.
## Installation ## Installation
Visit the [wiki](https://git.fascinated.cc/Fascinated/simple-links/wiki/Installation) page for installation instructions. 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"; 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">