Skip to content

Commit

Permalink
Remove unnecessary base configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
codad5 committed Nov 29, 2023
1 parent 237bcdb commit 4eaca56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ export default defineConfig(async () => ({
// 3. to make use of `TAURI_DEBUG` and other env variables
// https://tauri.studio/v1/api/config#buildconfig.beforedevcommand
envPrefix: ["VITE_", "TAURI_"],
base: process.env.NODE_ENV !== "production" ? "/google-task-tauri/" : "/",
}));

0 comments on commit 4eaca56

Please sign in to comment.