Remove MDX

This commit is contained in:
Cassidy Williams
2022-10-24 00:01:33 -05:00
parent 0d4e70c5ee
commit 8f1fa8109c
4 changed files with 2 additions and 734 deletions

View File

@@ -7,7 +7,7 @@ import ColorScript from "../components/ColorScript.astro";
import { SITE_TITLE, SITE_DESCRIPTION } from "../config";
import { Content as About } from "./about.md";
const posts = await Astro.glob("../posts/*.{md,mdx}");
const posts = await Astro.glob("../posts/*.md");
// Get tags from all posts
const getTags = posts