Skip to content

Commit 839208b

Browse files
ci: apply automated fixes
1 parent 78a6297 commit 839208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/start-plugin-core/src/prerender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export async function prerender({
2424
// If prerender is enabled but no pages are provided, try to discover static paths
2525
if (startConfig.prerender?.enabled && !startConfig.pages.length) {
2626
try {
27-
startConfig.pages = globalThis.TSS_PRERENDABLE_PATHS
27+
startConfig.pages = globalThis.TSS_PRERENDABLE_PATHS
2828
if (!startConfig.pages.length) {
2929
logger.warn('No static paths discovered. Falling back to root "/"')
3030
startConfig.pages = [{ path: '/' }]

0 commit comments

Comments
 (0)