Skip to content

Commit

Permalink
fix theme.js path
Browse files Browse the repository at this point in the history
  • Loading branch information
nc-andreashaller authored Mar 14, 2024
1 parent 052554c commit f9cc14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/theme/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Theme extends ComponentBase {
constructor() {
super();
this.scapeDiv = document.createElement('div');
this.fragment = '/theme.json';
this.fragment = `${getMeta('basePath')}/theme.json`;
this.skip = ['tags'];
this.toTags = [
'font-size',
Expand Down

0 comments on commit f9cc14d

Please sign in to comment.