Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ad171f8

Browse files
committed
fix(build): remove pagination for og-image
1 parent e704af0 commit ad171f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fusuma/src/server/dynamicRenderingServer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ async function dynamicRenderingServer(outputDirPath, publicPath, spinner, isThum
2222
width: 1200,
2323
height: 630,
2424
});
25-
await page.goto(`http://localhost:${port}?sidebar=false&ssr=true`, {
25+
await page.goto(`http://localhost:${port}?sidebar=false&pagination=false&ssr=true`, {
2626
waitUntil: ['load', 'networkidle2'],
2727
});
2828

0 commit comments

Comments
 (0)