Remove image rewriting for custom themes
This commit is contained in:
parent
a1136991f0
commit
06f9f2d94c
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ export default class DetermineLayout {
|
|||
try {
|
||||
parsed.id = link;
|
||||
const layoutToUse = DetermineLayout.prepCustomTheme(parsed)
|
||||
return new LayoutConfig(layoutToUse,false).patchImages(link, JSON.stringify(layoutToUse));
|
||||
return new LayoutConfig(layoutToUse,false)
|
||||
} catch (e) {
|
||||
console.error(e)
|
||||
DetermineLayout.ShowErrorOnCustomTheme(
|
||||
|
|
Loading…
Reference in a new issue