1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-09-16 19:45:33 -04:00

consolidate theme context/provider types

This commit is contained in:
2022-04-08 12:36:19 -04:00
parent a8c1a3ba3c
commit d09cf7ab26
6 changed files with 56 additions and 64 deletions

View File

@@ -1,8 +1,8 @@
import fs from "fs";
import path from "path";
import { renderToStaticMarkup } from "react-dom/server";
import matter from "gray-matter";
import { serialize } from "next-mdx-remote/serialize";
import matter from "gray-matter";
import urlJoin from "url-join";
import { minify } from "terser";
import { compiler } from "markdown-to-jsx";