/ concept-collection / commonroom
Sign in
concept-collection / commonroom
commonroom / vite.config.ts
8 lines · 225 BBlameHistoryRaw
1import {defineConfig} from 'vite'
2import react from '@vitejs/plugin-react'
4export default defineConfig({
5 // Project pages are served from https://<org>.github.io/commonroom/
6 base: '/commonroom/',
7 plugins: [react()]
8})
moveopenescclose