Skip to content

Commit f5908ef

Browse files
committed
update jsdelivr url
1 parent 4ff5a8a commit f5908ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/Templates/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public function head(): void {
8686
public function footer(): void {
8787
$development = isset( $_ENV['DEVELOPMENT'] ) && $_ENV['DEVELOPMENT'];
8888
$user = wp_get_current_user();
89-
$cdn_base_url = $development ? 'http://localhost:4567/build/' : 'https://cdn.jsdelivr.net/gh/wcpos/[email protected]/build/';
89+
$cdn_base_url = $development ? 'http://localhost:4567/build/' : 'https://cdn.jsdelivr.net/gh/wcpos/[email protected].0-alpha.0/build/';
9090
$wcpos_permalink_slug = Permalink::get_slug();
9191
$wcpos_permalink_slug = empty( $wcpos_permalink_slug ) ? 'pos' : $wcpos_permalink_slug;
9292
$wcpos_permalink_slug = '/' . ltrim( $wcpos_permalink_slug, '/' );

0 commit comments

Comments
 (0)