Whoopsie i forgot the config man

This commit is contained in:
Liam 2022-10-19 19:51:23 +01:00
parent ebbcb5751c
commit 772db9d2b1
2 changed files with 3 additions and 2 deletions

@ -1,7 +1,6 @@
import { createTheme, Image, NextUIProvider } from "@nextui-org/react";
import { createTheme, NextUIProvider } from "@nextui-org/react";
import { NextSeo } from "next-seo";
import { ThemeProvider as NextThemesProvider } from "next-themes";
import Head from "next/head";
import Config from "../config.json";

@ -2,6 +2,8 @@ import { CssBaseline, Image } from "@nextui-org/react";
import Document, { Head, Html, Main, NextScript } from "next/document";
import React from "react";
import Config from "../config.json";
class MyDocument extends Document {
static async getInitialProps(ctx) {
const initialProps = await Document.getInitialProps(ctx);