-
-
Notifications
You must be signed in to change notification settings - Fork 278
Open
Labels
feature request/enhancementNew feature or requestNew feature or request
Description
Even though it might be tricky, it would be great to support objects in frontmatter.
I have a few files that have the following frontmatter shape:
---
title: 3 Tips To Write Better Code As A Beginner Frontend Developer
category: 'Engineering'
cover:
src: '/images/posts/3-tips-to-write-better-code-as-junior-developer/alex-kotliarskyi-ourQHRTE2IM-unsplash.jpg'
alt: 'A person sitting in front of a laptop'
caption: 'Photo by <a href="https://unsplash.com/@frantic">Alex Kotliarskyi</a> on Unsplash'
publishedAt: '2023/04/04'
---
The cover property gets resolved to [object Object] though.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature request/enhancementNew feature or requestNew feature or request