slides-sampling-2prop / vite.config.ts
iurbinah's picture
Initial commit for slides-sampling-2prop
39d2902
raw
history blame contribute delete
231 Bytes
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
export default defineConfig({
plugins: [react()],
// make all asset paths relative so they work under /spaces/<user>/<name>/
base: './',
});