1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:46:39 -04:00

switch back to lighter markdown-to-jsx on server-side

This commit is contained in:
2022-01-15 08:51:10 -05:00
parent d979ef733a
commit 6d7ffee7ea
6 changed files with 25 additions and 25 deletions

2
types/index.d.ts vendored
View File

@ -1,6 +1,6 @@
export type NoteMetaType = {
title: string;
htmlTitle?: string;
htmlTitle: string;
date: string;
slug: string;
permalink: string;