generated from Fascinated/nextjs-13-template-with-tailwindcss
migrate to yml config (so I can comment the config)
Some checks failed
Publish Docker Image / docker (push) Failing after 33s
Some checks failed
Publish Docker Image / docker (push) Failing after 33s
This commit is contained in:
@ -4,7 +4,7 @@ import Image from "next/image";
|
||||
import { Fragment } from "react";
|
||||
import { useLanyardWS } from "use-lanyard";
|
||||
|
||||
import Config from "../../../config.json";
|
||||
import Config from "../../../config.yml";
|
||||
|
||||
function LanyardWrapper(props: { children: any }) {
|
||||
return <Fragment>{props.children}</Fragment>;
|
||||
|
Reference in New Issue
Block a user