This commit is contained in:
/home/neo
2026-04-11 18:18:29 +03:00
committed by GitHub
parent 377d3b1f2c
commit 2d086b571c

View File

@@ -1,7 +1,5 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vite.dev/config/
export default defineConfig({
base: './',
plugins: [react()],