PrayTeam / scriptured-prayer

GNU Affero General Public License v3.0
1 stars 0 forks source link

fix: correct missing basename on react router #149

Closed asherlloyd closed 1 month ago

asherlloyd commented 1 month ago

Description

The basename was missing from the React Router, causing issues with page reloads.

Edit: this also corrects a style change that didn't get added in #145.

Reason

Restores the missing basename property on the React Router.

How this has been tested

Locally: via the React frontend using yarn dev and the built binary via yarn build in conjunction with the Django API.

Types of changes

Screenshots

Checklist: