generated from Fascinated/nextjs-13-template-with-tailwindcss
move config to fix docker compose being grumpy
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
import Config from "../../config.json";
|
||||
import Config from "../../config/config.json";
|
||||
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
|
@ -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 (
|
||||
|
Reference in New Issue
Block a user