Skip to content

Commit 9b4e88f

Browse files
author
Robert Jackson
authored
Merge pull request #122 from wagenet/patch-1
2 parents d4a75a7 + b1a47b0 commit 9b4e88f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ $ PORT=8000 node server.js
6262
This will start an HTTP server on port 8000. To stop the server, type
6363
`Ctrl-C`.
6464

65+
NOTE: If you want to continue running `ember serve` in development, name the file `fastboot-server.js` instead.
66+
6567
## Application Builds
6668

6769
When you build an Ember.js app via `ember build`, it will build the app
@@ -242,4 +244,4 @@ let server = new FastBootAppServer({
242244

243245
### Twitter and LinkedIn
244246

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.
247+
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)