Skip to content

Commit b160bcc

Browse files
committed
updates to zephyrcore. Provided a setBaseURL function.
1 parent f3fe329 commit b160bcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zephyrtemplates/ZephyrCore.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export function setBaseURL(url) {
3535
// Expose setTheme to the global scope
3636
window.Themes = Themes;
3737
window.setTheme = setTheme;
38+
window.setBaseURL = setBaseURL;
3839

3940
import BasicCard from "../zephyrtemplates/BasicCard.js";
4041
import LayeredCard from "../zephyrtemplates/LayeredCard.js";

0 commit comments

Comments
 (0)