John Prem Kumar S

Results 11 comments of John Prem Kumar S

Meantime if anyone looking for workaround set different path production and development: ```js export default defineConfig(() => { return { base: process.env.NODE_ENV === 'production' ? `/production-path/` : '', plugins: [...