mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 04:22:12 +00:00
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:
@@ -236,6 +236,7 @@ type RoutesManifestOld = {
|
||||
rsc?: {
|
||||
header: string;
|
||||
varyHeader: string;
|
||||
prefetchHeader?: string;
|
||||
contentTypeHeader: string;
|
||||
};
|
||||
skipMiddlewareUrlNormalize?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user