Excluding a category from frontpage but not from WP_Query

Adding $query->is_main_query() to your if statement in pre_get_posts function. This will check if it’s the main query for the page, and not a custom query.