[site/Layout&MDX][s]: minor fixes

This commit is contained in:
olayway 2022-06-02 11:33:53 +02:00
parent cf95061bec
commit 20637a6ce4
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ export default function Layout({ children }) {
</Head>
<Nav />
<main>
{children}
{children}
</main>
<footer className="w-full h-24 mt-16">
<div className="max-w-7xl mx-auto py-12 px-4 sm:px-6 md:px-8 overflow-hidden">

View File

@ -1,6 +1,5 @@
import { NextSeo } from "next-seo";
import { NextSeo } from 'next-seo'
import LiteYouTubeEmbed from "react-lite-youtube-embed";
import { useState, useEffect } from "react";
import { YOUTUBE_REGEX } from "../lib/constants";
import siteConfig from "../config/siteConfig";