/**
Theme Name: Konfidence26
Author: Joy Machine
Author URI: https://joymachine.com.au/:
Description: Astra Child Theme by Joy
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: konfidence26
Template: astra
*/

add_action('template_redirect', function () {
    if (is_front_page()) {
        wp_redirect('https://newsite.com', 301);
        exit;
    }
});