Skip to content

Commit

Permalink
troubleshooting deploy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbyrd committed Nov 24, 2024
1 parent aa8d33e commit bde37af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";

// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
base: "/job-listings/",
base: "/job-listings/", // Must match your repository name
});

0 comments on commit bde37af

Please sign in to comment.