We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b1c5b commit 3a79b6dCopy full SHA for 3a79b6d
vite.config.ts
@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react';
5
import { defineConfig } from 'vite';
6
7
export default defineConfig({
8
+ base: '/assets-generator/',
9
plugins: [react(), tailwindcss()],
10
resolve: {
11
alias: {
0 commit comments