Skip to content

Commit

Permalink
init settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria-Fedkova committed Sep 15, 2023
1 parent c5527bb commit ea342de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vitejs.dev/config/
export default defineConfig({
base: "/wheels4rent/",
plugins: [react()],
})
});

0 comments on commit ea342de

Please sign in to comment.