1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-02 16:14:03 -05:00

bump next to 13.2

This commit is contained in:
2023-03-08 18:03:56 -05:00
parent 06933b4665
commit 88b1633d7a
5 changed files with 728 additions and 567 deletions

2
types/note.d.ts vendored
View File

@@ -17,7 +17,7 @@ export type NoteWithSource = {
frontMatter: NoteFrontMatter;
// the final, compiled JSX by next-mdx-remote; see lib/helpers/parse-notes.ts
source: MDXRemoteSerializeResult<Record<string, never>>;
source: Partial<Pick<MDXRemoteSerializeResult<Record<string, never>, Record<string, never>>>>;
};
export type NotesByYear = {