Skip to content

Add support to JS frontmatter for named exports

Choose a tag to compare

@KyleAMathews KyleAMathews released this 22 Apr 22:02

@NMinhNguyen added this very nice PR adding support for named exports to JS frontmatter #838

So this is now supported:

export const data = {
  titles: ['My title', 'My other title'],
}