Add handling to leverage RSC prefetch outputs (#10390)

Implements handling for the RSC prefetch outputs when available that
were added in https://github.com/vercel/next.js/pull/54403
This commit is contained in:
JJ Kasper
2023-08-23 22:26:58 -07:00
committed by GitHub
parent 09446a8fe8
commit 4422326865
5 changed files with 151 additions and 2 deletions

View File

@@ -236,6 +236,7 @@ type RoutesManifestOld = {
rsc?: {
header: string;
varyHeader: string;
prefetchHeader?: string;
contentTypeHeader: string;
};
skipMiddlewareUrlNormalize?: boolean;