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 186ec6b commit 30d6dfcCopy full SHA for 30d6dfc
packages/next/src/build/webpack/loaders/next-app-loader.ts
@@ -127,6 +127,7 @@ async function createAppRouteCode({
127
const isDynamic = pageExtensions.includes(ext)
128
129
resolvedPagePath = `next-metadata-route-loader?${stringify({
130
+ page,
131
filePath: resolvedPagePath,
132
isDynamic: isDynamic ? '1' : '0',
133
})}!?${WEBPACK_RESOURCE_QUERIES.metadataRoute}`
0 commit comments