You need to check the template == cart then add the JS redirection in the top of the theme.liquid file.
{% if template == 'cart' %}<script>window.location.href = '/';</script>{% endif %}