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:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
export type NoteMetaType = {
|
||||
title: string;
|
||||
htmlTitle?: string;
|
||||
htmlTitle: string;
|
||||
date: string;
|
||||
slug: string;
|
||||
permalink: string;
|
||||
|
Reference in New Issue
Block a user