Skip to content

Commit 7a742f2

Browse files
authored
Merge pull request #840 from newfold-labs/fix/assets-path
fix assets path - remove double `/`
2 parents 177f1f2 + b2dd184 commit 7a742f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function nfd_wp_module_onboarding_register() {
4141
define( 'NFD_MODULE_DATA_EVENTS_API', '/newfold-data/v1/events' );
4242
}
4343
if ( ! defined( 'NFD_ONBOARDING_BUILD_URL' && defined( 'NFD_ONBOARDING_VERSION' ) ) ) {
44-
define( 'NFD_ONBOARDING_BUILD_URL', $container->plugin()->url . '/vendor/newfold-labs/wp-module-onboarding/build/' . NFD_ONBOARDING_VERSION );
44+
define( 'NFD_ONBOARDING_BUILD_URL', $container->plugin()->url . 'vendor/newfold-labs/wp-module-onboarding/build/' . NFD_ONBOARDING_VERSION );
4545
}
4646
if ( ! defined( 'NFD_ONBOARDING_PLUGIN_DIRNAME' ) ) {
4747
define( 'NFD_ONBOARDING_PLUGIN_DIRNAME', dirname( $container->plugin()->basename ) );

0 commit comments

Comments
 (0)