Skip to content

Commit

Permalink
Merge pull request #122 from wagenet/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed Oct 24, 2020
2 parents d4a75a7 + b1a47b0 commit 9b4e88f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -62,6 +62,8 @@ $ PORT=8000 node server.js
This will start an HTTP server on port 8000. To stop the server, type
`Ctrl-C`.

NOTE: If you want to continue running `ember serve` in development, name the file `fastboot-server.js` instead.

## Application Builds

When you build an Ember.js app via `ember build`, it will build the app
Expand Down Expand Up @@ -242,4 +244,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.
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 comments on commit 9b4e88f

Please sign in to comment.