Feat: updated images styles
This commit is contained in:
@@ -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': {},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user