Skip to content

Commit

Permalink
Merge branch 'main' into 563-fix-footer-position
Browse files Browse the repository at this point in the history
  • Loading branch information
Gutts-n authored Oct 9, 2023
2 parents 2a0c1eb + 14e6ecc commit 36b31c4
Show file tree
Hide file tree
Showing 4 changed files with 1,005 additions and 8,076 deletions.
5 changes: 0 additions & 5 deletions components/MdxPage.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from "react";
import Head from "next/head";

import { MDXRemote } from "next-mdx-remote";
import { Mermaid, Pre } from "@portaljs/core";
Expand All @@ -26,10 +25,6 @@ export default function MdxPage({ source, frontMatter }) {

return (
<main id="mdxpage" className="prose mx-auto">
<Head>
{/* KaTeX styles */}
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossOrigin="anonymous" />
</Head>
<Layout>
<MDXRemote {...source} components={components} />
</Layout>
Expand Down
Loading

0 comments on commit 36b31c4

Please sign in to comment.