Skip to content

Commit

Permalink
Add favicon via publicPath to Flatris example #225
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Nov 21, 2016
1 parent 4837c13 commit 9aafba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added examples/flatris/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions examples/flatris/webpack/cosmos.config.js
Expand Up @@ -12,5 +12,6 @@ module.exports = {
createStore: (initialState) =>
createStore(flatrisReducer, initialState, applyMiddleware(thunk)),
})],
publicPath: '../public',
hot: true,
};

0 comments on commit 9aafba1

Please sign in to comment.