Skip to content

Commit

Permalink
add configure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria-Fedkova committed Sep 23, 2023
1 parent b9ff503 commit a06d93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://victoria-fedkova.github.io/wheels4rent/",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build --base=./",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

export default defineConfig({
base: "/wheels4rent/",
base: "/",
plugins: [react()],
});

0 comments on commit a06d93b

Please sign in to comment.