Is it possible to reference a posts own frontmatter? #1280
-
E.g
Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I don't think so. What's the use-case for this? If you want to programmatically add |
Beta Was this translation helpful? Give feedback.
-
you would be able to do this if you used exports instead of frontmatter. MDX itself doesn't officially support frontmatter. frontmatter is an addon some implementations provide for compatibility with their existing ecosystems (such as gatsby-remark) |
Beta Was this translation helpful? Give feedback.
you would be able to do this if you used exports instead of frontmatter. MDX itself doesn't officially support frontmatter. frontmatter is an addon some implementations provide for compatibility with their existing ecosystems (such as gatsby-remark)