Formatted client files
This commit is contained in:
@@ -2,8 +2,7 @@ import react from "@vitejs/plugin-react";
|
||||
import { defineConfig } from "vite";
|
||||
import svgr from "vite-plugin-svgr";
|
||||
|
||||
|
||||
export default defineConfig({
|
||||
base: '',
|
||||
base: "",
|
||||
plugins: [react(), svgr()],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user