Stop site redirecting to learner dashboard

Once a user has logged into Open Edx they are redirected to /learner-dashboard and not the site home. How can I change this behaviour?

You can change the corresponding feature toggle with a yaml plugin:

name: dashboardredirect
version: 0.1.0
patches:
  openedx-lms-production-settings: |
    FEATURES["ALWAYS_REDIRECT_HOMEPAGE_TO_DASHBOARD_FOR_AUTHENTICATED_USER"] = False

For more about tutor plugins you can check in tutor documentation