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.
experimentalExcludeRoutePaths
1 parent 38a630e commit c2dff24Copy full SHA for c2dff24
packages/core/src/node/ssg/renderPages.ts
@@ -77,7 +77,7 @@ export async function renderPages(
77
}
78
79
if (csrRoutes.length > 0) {
80
- logger.warn(
+ logger.info(
81
`Some routes are ignored in SSG and fallback to CSR via \`ssg.experimentalExcludeRoutePaths\`: ${picocolors.yellow(
82
csrRoutes.map(r => r.routePath).join(', '),
83
)}`,
0 commit comments