insight get content.json path error

pull/130/head
YangJiyuan 2016-04-16 18:16:58 +08:00
parent 3abd31f31b
commit 42579fbfd1
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@
UNTITLED: '<%= __("insight.untitled") %>',
},
ROOT_URL: '<%= config.root %>',
CONTENT_URL: '<%- url_for("/content.json")%>',
CONTENT_URL: '<%- url_for("content.json")%>',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<%- js('js/insight') %>
<%- js('js/insight') %>