From 23ec465c77e0f2c69efe22a3d8f7f0c24c951af3 Mon Sep 17 00:00:00 2001 From: Levi Thomason Date: Sun, 20 Aug 2017 14:14:52 -0700 Subject: [PATCH] fix(docs): fix public path --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 5a7e5a31b3..957b329f61 100644 --- a/config.js +++ b/config.js @@ -66,7 +66,7 @@ const config = { compiler_hash_type: __PROD__ ? 'chunkhash' : 'hash', compiler_fail_on_warning: __TEST__ || __PROD__, compiler_output_path: paths.base(envConfig.dir_docs_dist), - compiler_public_path: __PROD__ ? '//raw.github.com/Semantic-Org/Semantic-UI-React/gh-pages/' : '/', + compiler_public_path: '/', compiler_stats: { hash: false, // the hash of the compilation version: false, // webpack version info