fix: marketplace asset paths and add vite.config.ts
- Fix dist/index.html: absolute /assets/ → relative assets/ paths - Create vite.config.ts with base: '/marketplace/' for future builds - Deploy mock data and vite.svg to server root for current build compat
This commit is contained in:
5
apps/marketplace-web/vite.config.ts
Normal file
5
apps/marketplace-web/vite.config.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { defineConfig } from 'vite'
|
||||
|
||||
export default defineConfig({
|
||||
base: '/marketplace/',
|
||||
})
|
||||
Reference in New Issue
Block a user