Skip to content

Commit 8fe9bb0

Browse files
Add link to fastboot-gcloud-storage-notifier in README
1 parent bc36d74 commit 8fe9bb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ server.start();
212212
* fastboot-s3-notifier
213213
* [fastboot-fs-notifier](https://github.com/iheanyi/fastboot-fs-notifier)
214214
* [fastboot-watch-notifier](https://github.com/pwfisher/fastboot-watch-notifier)
215+
* [fastboot-gcloud-storage-notifier](https://github.com/EmberSherpa/fastboot-gcloud-storage-notifier)
215216

216217
### Writing a Notifier
217218

@@ -242,4 +243,4 @@ let server = new FastBootAppServer({
242243

243244
### Twitter and LinkedIn
244245

245-
As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` in your `server.js` file. Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error.
246+
As of 2019-06-06, Twitter and LinkedIn's scrapers have a hard time extracting your site's metadata for sharing if `chunkedResponse` is set to `true` in your `server.js` file. Set `chunkedResponse: false` if your meta tags are in place but the [Twitter card validator](https://cards-dev.twitter.com/validator) shows "Card not found" or [LinkedIn's Post Inspector](https://www.linkedin.com/post-inspector/) shows a 500 error.

0 commit comments

Comments
 (0)