[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>
|
</Head>
|
||||||
<Nav />
|
<Nav />
|
||||||
<main>
|
<main>
|
||||||
{children}
|
{children}
|
||||||
</main>
|
</main>
|
||||||
<footer className="w-full h-24 mt-16">
|
<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">
|
<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 LiteYouTubeEmbed from "react-lite-youtube-embed";
|
||||||
import { useState, useEffect } from "react";
|
|
||||||
|
|
||||||
import { YOUTUBE_REGEX } from "../lib/constants";
|
import { YOUTUBE_REGEX } from "../lib/constants";
|
||||||
import siteConfig from "../config/siteConfig";
|
import siteConfig from "../config/siteConfig";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue