Skip to content

Commit c2dff24

Browse files
authored
chore(ssg): experimentalExcludeRoutePaths warning level to info (#3025)
1 parent 38a630e commit c2dff24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/node/ssg/renderPages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export async function renderPages(
7777
}
7878
}
7979
if (csrRoutes.length > 0) {
80-
logger.warn(
80+
logger.info(
8181
`Some routes are ignored in SSG and fallback to CSR via \`ssg.experimentalExcludeRoutePaths\`: ${picocolors.yellow(
8282
csrRoutes.map(r => r.routePath).join(', '),
8383
)}`,

0 commit comments

Comments
 (0)