Feat: updated images styles

This commit is contained in:
2025-01-10 10:16:10 +03:00
parent a74b499d83
commit f35bb1d8dd
10 changed files with 33 additions and 13 deletions

View File

@@ -1,7 +1,10 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react-swc'
import react from '@vitejs/plugin-react-swc';
import { defineConfig } from 'vite';
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
})
define: {
'process.env': {},
},
});