Skip to content

Commit

Permalink
set relative base to fix assets in gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
noahm committed Mar 28, 2024
1 parent c93ae99 commit c16db95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vite.config.ts
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";

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

0 comments on commit c16db95

Please sign in to comment.