[alan-turing][m] - small tweaks (#830)

This commit is contained in:
Luccas Mateus
2023-05-02 12:53:10 -03:00
committed by GitHub
parent ed3a26cd6d
commit 014c4c043d
14 changed files with 122 additions and 47 deletions

View File

@@ -4,6 +4,7 @@ import fs from 'fs'
import { MDXRemote } from 'next-mdx-remote'
import { serialize } from 'next-mdx-remote/serialize'
import { Card } from '../components/Card'
import Head from 'next/head'
export const getStaticProps = async ({ params }) => {
const urlPath = params.slug ? params.slug.join('/') : ''
@@ -79,6 +80,9 @@ export default function DRDPage({ mdxSource }) {
)
return (
<>
<Head>
<title>{meta.title}</title>
</Head>
<Container className="mt-16 lg:mt-32">
<article>
<header className="flex flex-col">