1
0
mirror of https://github.com/XFox111/MuiCharts.git synced 2026-04-22 06:51:05 +03:00

- Updated base URL for frontend (#5)

- Updated CORS settings for backend
This commit is contained in:
2024-02-23 16:23:33 +03:00
committed by GitHub
parent df93b8bedf
commit a3f61aefa8
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,5 +3,6 @@ import { defineConfig } from "vite";
// https://vitejs.dev/config/
export default defineConfig({
base: "/MuiCharts",
plugins: [react()],
});