feat(core): new postBuild({routesBuildMetadata}) API, deprecate head attribute + v4 future flag (#10850)

Co-authored-by: slorber <749374+slorber@users.noreply.github.com>
This commit is contained in:
Sébastien Lorber 2025-01-17 17:26:48 +01:00 committed by GitHub
parent 67207bc5e5
commit 9df5aae6de
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 403 additions and 94 deletions

View file

@ -369,6 +369,7 @@ interface Props {
preBodyTags: string;
postBodyTags: string;
routesPaths: string[];
routesBuildMetadata: {[location: string]: {noIndex: boolean}};
plugins: Plugin<any>[];
content: Content;
}