generated from Fascinated/nextjs-13-template-with-tailwindcss
Compare commits
2 Commits
fa84e5edf7
...
d5632f120c
Author | SHA1 | Date | |
---|---|---|---|
d5632f120c | |||
6af5a071f0 |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user