Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If ssr: false is set for all pages then automatically pre-render them #2107

Open
brillout opened this issue Jan 25, 2025 · 0 comments
Open
Labels

Comments

@brillout
Copy link
Member

brillout commented Jan 25, 2025

Description

You should ensure that when the config item ssr:true, the built project can be run directly in the 'dist' directory by default in a way like 'node index.mjs'. When 'ssr:false', you should make sure that there is a 'index.html' in the default state (not prerender) that can be used directly by the web server.

See also: #1851.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant