Skip to content

Commit

Permalink
fix(docs): fix public path
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Aug 20, 2017
1 parent 63146ba commit 23ec465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23ec465

Please sign in to comment.