Skip to content

Disable SSR for the renderer app shell#1281

Open
ncthuc2004 wants to merge 1 commit into
wulkano:mainfrom
ncthuc2004:issuehunt-515-disable-next-ssr
Open

Disable SSR for the renderer app shell#1281
ncthuc2004 wants to merge 1 commit into
wulkano:mainfrom
ncthuc2004:issuehunt-515-disable-next-ssr

Conversation

@ncthuc2004
Copy link
Copy Markdown

Fixes #515.\n\nThis disables SSR for the renderer app shell by loading KapApp through
ext/dynamic with { ssr: false }, and keeps the Next config target split (server build -> electron-renderer, client build -> web) so renderer code is bundled correctly for Electron.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable Next.js SSR

2 participants