insight get content.json path error
parent
3abd31f31b
commit
42579fbfd1
|
@ -21,9 +21,9 @@
|
||||||
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);
|
||||||
</script>
|
</script>
|
||||||
<%- js('js/insight') %>
|
<%- js('js/insight') %>
|
||||||
|
|
Loading…
Reference in New Issue