We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58343c9 commit 04c7034Copy full SHA for 04c7034
src/build/content/prerendered.ts
@@ -89,10 +89,6 @@ const buildAppCacheValue = async (
89
const segmentsDir = path + RSC_SEGMENTS_DIR_SUFFIX
90
const segmentData: NetlifyCachedAppPageValue['segmentData'] = {}
91
92
- console.log('segment stitching', {
93
- segmentPaths: meta.segmentPaths,
94
- path,
95
- })
96
await Promise.all(
97
meta.segmentPaths.map(async (segmentPath: string) => {
98
const segmentDataFilePath = segmentsDir + segmentPath + RSC_SEGMENT_SUFFIX
0 commit comments