Skip to content

Commit

Permalink
base path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelam committed Jun 24, 2023
1 parent a6b65cd commit c145ded
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
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({
plugins: [react()],
})
base: "/blame-detective/",
});

0 comments on commit c145ded

Please sign in to comment.