core
core copied to clipboard
feat(core)!: remove headers field from page data
This reduces page data size by removing headers info from page data, downstream themes can infer headers via dom structure with @vuepress/helper and they can manually write it to page data if necessary.