From 42579fbfd16d5896048872ee5a8b82befdab2032 Mon Sep 17 00:00:00 2001 From: YangJiyuan Date: Sat, 16 Apr 2016 18:16:58 +0800 Subject: [PATCH] insight get content.json path error --- layout/search/insight.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/search/insight.ejs b/layout/search/insight.ejs index a35ef8b..d793b6d 100644 --- a/layout/search/insight.ejs +++ b/layout/search/insight.ejs @@ -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); -<%- js('js/insight') %> \ No newline at end of file +<%- js('js/insight') %>