diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index d3c68f3..b790d0c 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,9 +3,9 @@ name: run main.py on: schedule: - cron: '0 0 * * 3' # Every Wednesday - push: - branches: - - main + # push: + # branches: + # - main jobs: build: diff --git a/frontend/src/index.js b/frontend/src/index.js index a61b5af..194d9b6 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -4,14 +4,14 @@ import './index.css'; import App from './App'; import JobListings from './screens/JobListings'; import { - createBrowserRouter, RouterProvider, + createHashRouter } from "react-router-dom"; -const router = createBrowserRouter([ +const router = createHashRouter([ { path: '/', element: