Skip to content

Commit

Permalink
chore: use netlify instead of ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed Aug 18, 2019
1 parent 56df975 commit 0b1d97f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<a href="https://www.npmjs.org/package/ngx-toastr">
<img src="https://badge.fury.io/js/ngx-toastr.svg" alt="npm">
</a>
<a href="https://travis-ci.org/scttcper/ngx-toastr">
<img src="https://travis-ci.org/scttcper/ngx-toastr.svg?branch=master" alt="travis">
<a href="https://circleci.com/gh/scttcper/ngx-toastr">
<img src="https://circleci.com/gh/scttcper/ngx-toastr.svg?style=svg" alt="circleci">
</a>
<a href="https://codecov.io/github/scttcper/ngx-toastr">
<img src="https://img.shields.io/codecov/c/github/scttcper/ngx-toastr.svg" alt="codecov">
Expand All @@ -16,7 +16,7 @@
<br>
</div>

DEMO: https://scttcper.github.io/ngx-toastr/
DEMO: https://ngx-toastr.netlify.com/

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:ci": "ng test --watch=false --code-coverage --no-progress",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"ghpages": "ng build --prod --no-progress --baseHref='/ngx-toastr/'",
"ghpages": "ng build --prod --no-progress",
"e2e": "ng e2e",
"semantic-release": "cd dist && semantic-release"
},
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="Angular Toastr">
<meta name="og:image" content="https://raw.githubusercontent.com/scttcper/ngx-toastr/master/misc/documentation-assets/ngx-toastr-example.png">
<meta name="og:url" content="https://scttcper.github.io/ngx-toastr/">
<meta name="og:url" content="https://ngx-toastr.netlify.com/">
<meta name="og:site_name" content="Angular Toastr">
<meta name="og:type" content="website">

Expand Down

0 comments on commit 0b1d97f

Please sign in to comment.