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