move config to fix docker compose being grumpy

This commit is contained in:
Lee
2023-07-02 14:50:03 +01:00
parent 3dd92b7885
commit ae03ff059b
4 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
import Image from "next/image";
import Config from "../../config.json";
import Config from "../../config/config.json";
export default function Home() {
return (