Skip to content

Commit c831303

Browse files
author
crorisvanjski4
committed
vite cfg update
1 parent bece7db commit c831303

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

vite.config.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { defineConfig } from 'vite'
2-
import react from '@vitejs/plugin-react'
1+
import { defineConfig } from "vite";
2+
import react from "@vitejs/plugin-react";
33

44
// https://vitejs.dev/config/
55
export default defineConfig({
6-
plugins: [react()]
7-
})
6+
plugins: [react()],
7+
base: "/react-sorting-algorithm-visualizator/",
8+
});

0 commit comments

Comments
 (0)