Deployment on Netlify #257
danwritecode
started this conversation in
General
Replies: 1 comment 1 reply
-
Yeah.. there is a netlify adapter. For CSR we should be able to make the work but if you want SSR we need to output it in a specific way and that is what the adapter does. The docs on how to use the adapters are pretty flimsy(non-existent) right now though. You can look at my hackernews branch for an example: https://github.com/solidjs/solid-hackernews/blob/netlify/vite.config.js |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I tried deploying on Netlify with just npm run build with the publish directory set to dist. No luck in getting that working. Am I just too early here or am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions