SolidJSS
SolidJS2y ago
2 replies
Joe Pea

how to disable server output, enable *only* pre-rendering?

When I enable pre-rendering (SSG) with server.prerender.crawLinks = true, the npm run build command outputs both a server and static pre-render. How do we configure it to output only SSG without the server output?
Was this page helpful?