diff --git a/stepper.php b/stepper.php index 43e4578..81ab198 100644 --- a/stepper.php +++ b/stepper.php @@ -22,6 +22,6 @@ $stepper->loadEnv(__DIR__); $stepper->url = plugin_dir_url(__FILE__); $stepper->scriptUrl = file_exists(__DIR__.'/assets/public/hot') ? 'http://localhost:8080/' - : plugin_dir_url(__FILE__); + : plugin_dir_url(__FILE__).'assets/public/'; $stepper->initFrontend();