insight get content.json path error
parent
3abd31f31b
commit
42579fbfd1
|
@ -21,7 +21,7 @@
|
||||||
UNTITLED: '<%= __("insight.untitled") %>',
|
UNTITLED: '<%= __("insight.untitled") %>',
|
||||||
},
|
},
|
||||||
ROOT_URL: '<%= config.root %>',
|
ROOT_URL: '<%= config.root %>',
|
||||||
CONTENT_URL: '<%- url_for("/content.json")%>',
|
CONTENT_URL: '<%- url_for("content.json")%>',
|
||||||
};
|
};
|
||||||
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
|
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
|
||||||
})(window);
|
})(window);
|
||||||
|
|
Loading…
Reference in New Issue