Hello there!
Miaumiau Lorem ipsum
import type { NextPage } from "next"; import Head from "next/head"; import type { ContentList } from "../lib/content/types"; import Navigation from "../components/Blog/Navigation"; import ProjectCard from "../components/Blog/Card"; import contentList from "../public/content/list.json"; import styles from "../styles/Blog/Front.module.scss"; const Blog: NextPage<{ content: ContentList }> = ({content}) => { const generateCards = (type: string) => { return
Miaumiau Lorem ipsum