Skip to content

Commit 3a79b6d

Browse files
committed
feat: change base in config for deploy
1 parent a7b1c5b commit 3a79b6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import react from '@vitejs/plugin-react';
55
import { defineConfig } from 'vite';
66

77
export default defineConfig({
8+
base: '/assets-generator/',
89
plugins: [react(), tailwindcss()],
910
resolve: {
1011
alias: {

0 commit comments

Comments
 (0)