We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff5a8a commit f5908efCopy full SHA for f5908ef
includes/Templates/Frontend.php
@@ -86,7 +86,7 @@ public function head(): void {
86
public function footer(): void {
87
$development = isset( $_ENV['DEVELOPMENT'] ) && $_ENV['DEVELOPMENT'];
88
$user = wp_get_current_user();
89
- $cdn_base_url = $development ? 'http://localhost:4567/build/' : 'https://cdn.jsdelivr.net/gh/wcpos/[email protected]/build/';
+ $cdn_base_url = $development ? 'http://localhost:4567/build/' : 'https://cdn.jsdelivr.net/gh/wcpos/[email protected].0-alpha.0/build/';
90
$wcpos_permalink_slug = Permalink::get_slug();
91
$wcpos_permalink_slug = empty( $wcpos_permalink_slug ) ? 'pos' : $wcpos_permalink_slug;
92
$wcpos_permalink_slug = '/' . ltrim( $wcpos_permalink_slug, '/' );
0 commit comments