Skip to content

@fumadocs/local-md@0.3.4

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:35
· 22 commits to dev since this release
78e836b

Read structured data from page.data.structuredData()

Search indexing no longer falls back to (await page.data.load()).structuredData. Runtime content sources expose structuredData() on page data instead, sharing the compile with load():

const structuredData = await page.data.structuredData();

The renderer returned by load() still carries structuredData, existing code keeps working.