[site/Layout&MDX][s]: minor fixes
This commit is contained in:
parent
cf95061bec
commit
20637a6ce4
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue