Skip to content

Commit

Permalink
fix: assets paths fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sanua356 committed Aug 9, 2024
1 parent 034dfb3 commit 329ab36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import { fileURLToPath, URL } from "url";
import react from '@vitejs/plugin-react-swc';
import { fileURLToPath, URL } from "url";
import { defineConfig } from 'vite';

// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
base: '/vite-deploy-demo/',
base: '/tiny-bunny/',
resolve: {
alias: [
{ find: '@', replacement: fileURLToPath(new URL('./src', import.meta.url)) },
Expand Down

0 comments on commit 329ab36

Please sign in to comment.