mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-02 16:14:03 -05:00
just some refactoring
This commit is contained in:
2
types/note.d.ts
vendored
2
types/note.d.ts
vendored
@@ -14,6 +14,6 @@ export type NoteType = {
|
||||
noComments?: boolean;
|
||||
};
|
||||
|
||||
// the final, compiled JSX by next-mdx-remote; see lib/parse-notes.ts
|
||||
// the final, compiled JSX by next-mdx-remote; see lib/helpers/parse-notes.ts
|
||||
source: MDXRemoteSerializeResult;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user