From 8119a229b879539092f456d293754aea9e9eb223 Mon Sep 17 00:00:00 2001 From: Yoran Brondsema Date: Fri, 8 Nov 2019 11:35:56 +0100 Subject: [PATCH] Add link to fastboot-gcloud-storage-downloader in README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8770208f..5bf0fa08 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,8 @@ server.start(); ### Available Downloaders -* fastboot-s3-downloader +* [fastboot-s3-downloader](https://github.com/ember-fastboot/fastboot-s3-downloader) +* [fastboot-gcloud-storage-downloader](https://github.com/EmberSherpa/fastboot-gcloud-storage-downloader) ### Writing a Downloader @@ -242,4 +243,4 @@ let server = new FastBootAppServer({ ### Twitter and LinkedIn -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. \ No newline at end of file +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.