Skip to content

Commit

Permalink
added icon and style to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
idancali committed Feb 19, 2019
1 parent dbe22f5 commit 92e66bf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Binary file added assets/favicon/favicon.ico
Binary file not shown.
Empty file added assets/style.css
Empty file.
2 changes: 2 additions & 0 deletions fixtures/starter/assets.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = (props) => ({
"loader.svg": "local",
"logo.gif": "local",
"favicon/favicon.ico": "local",
"style.css": "local",
"text/intro.md": "local",
"cover.r.png": "https://imgur.com/download/UgyIBxS"
})
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "The Default Chunky Bundle",
"author": {
"name": "I. Dan Calinescu",
"email": "dan@fluidtrends.com"
"email": "idancalinescu@gmail.com"
},
"keywords": "chunky, chunky bundle, chunky bananas bundle, chunky templates",
"license": "MIT",
"contributors": [],
"repository": "fluidtrends/chunky-bananas",
"homepage": "http://chunky.io"
"homepage": "https://carmel.io/code/chunky"
}

0 comments on commit 92e66bf

Please sign in to comment.