fix: 🍷 lucide icon blocking by adblockers
This commit is contained in:
parent
3627a739c4
commit
08b8b6009b
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
import { defineConfig } from 'vite';
|
||||
import react from '@vitejs/plugin-react';
|
||||
import { defineConfig } from 'vite';
|
||||
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react()],
|
||||
optimizeDeps: {
|
||||
exclude: ['lucide-react'],
|
||||
exclude: [],
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue