frandiox / vite-ssr

Use Vite for server side rendering in Node
MIT License
824 stars 91 forks source link

Base path #67

Closed michalpaukert closed 3 years ago

michalpaukert commented 3 years ago

Hi, is there possibility to use this configuration https://vitejs.dev/config/#base to configure base path?

In my case it is not working if I use this in vite.config.ts with this configuration: "build": "node node_modules/vite-ssr/cli.js build",

frandiox commented 3 years ago

@michalpaukert Did you figure it out?

michalpaukert commented 3 years ago

Yes it is configurable in vite.config, but does not work in development mode