Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from jahzielv/fix-favicon
Browse files Browse the repository at this point in the history
fixed favicon problem!
  • Loading branch information
jahzielv committed Jan 3, 2019
2 parents 8ab653c + 82ae331 commit 59459ef
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This changelog tracks all changes and release for the Ankiport project. I'm following the [convention](https://keepachangelog.com/en/1.0.0/) created by [Oliver Lacan](https://olivierlacan.com/), as well as [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (hopefully? 😜)

## 0.1.3 - 2019-01-02

### Fixed:

- Favicon wasn't displaying correctly

## 0.1.2 - 2019-01-02

### Changed:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ankiport",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"homepage": "https://ankiport-app.appspot.com/",
"dependencies": {
Expand All @@ -23,7 +23,7 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start": "react-scripts build && serve -s build",
"deploy": "gcloud app deploy --project=ankiport-app"
"deploy": "react-scripts build && gcloud app deploy --project=ankiport-app"
},
"devDependencies": {}
}
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" />
<link rel="shortcut icon" href="%PUBLIC_URL%/res/favicon.png" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand Down

0 comments on commit 59459ef

Please sign in to comment.