Support handle
for mdx frontmatter
#2592
danieltott
started this conversation in
Proposals
Replies: 1 comment
-
Hi @danieltott! We actually support this currently: ---
meta:
title: My First Post
description: Isn't this awesome?
---
export const handle = {
breadcrumb: {
url: "/gohear",
title: "My First Post",
}
}
# Hello Content! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Similar to #1856, I would very much love the ability to have a way to send data up to parent routes via
useMatches
from mdx files. It seems likehandle
should be a relatively easy solution here.This would let us do something like this:
This would also solve this issue: #9 (comment)
Beta Was this translation helpful? Give feedback.
All reactions