Files
aitbc/apps/marketplace-web/vite.config.ts
oib a13f5ed187 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
2026-02-14 16:35:33 +01:00

6 lines
95 B
TypeScript

import { defineConfig } from 'vite'
export default defineConfig({
base: '/marketplace/',
})