This repository has been archived by the owner on Mar 23, 2023. It is now read-only.
v2.0.0
This is a potentially breaking release!
When accessing the synthetic frontmatter property __resourcePath
via layout file, previously this value would have no leading slash, however, when importing frontmatter, the property would have a leading slash. Now, when importing frontmatter there is no longer a leading slash, and the two properties are exactly the same between layout and import.
If you were importing a file's frontmatter and using the __resourcePath
property for anything, make sure to double check the place you were using it to ensure that the removal of the leading slash will not break your code.