Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 078fba0

Browse files
authored
fix Fire Emoji displayed. (gatsbyjs#21761)
Why?: Emoji can't be displayed. Link: https://www.gatsbyjs.org/docs/deploying-to-aws-amplify/
1 parent 8b12047 commit 078fba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/deploying-to-aws-amplify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ AWS Amplify is a combination of client library, CLI toolchain, and a Console for
2525
1. Accept the default build settings. Give the Amplify Console permission to deploy backend resources with your frontend with a service role. This allows the Console to detect changes to both your backend and frontend on every code commit and make updates. If you do not have a service role follow the prompts to create one, then come back to the console and pick it from the dropdown.
2626
![Gatsby Amplify2](./images/amplify-build-settings.gif)
2727

28-
1. Review your changes and then choose **Save and deploy**. The Amplify Console will pull code from your repository, build changes to the backend and frontend, and deploy your build artifacts at `https://master.unique-id.amplifyapp.com`. Bonus: Screenshots of your app on different devices to find layout issues :fire:
28+
1. Review your changes and then choose **Save and deploy**. The Amplify Console will pull code from your repository, build changes to the backend and frontend, and deploy your build artifacts at `https://master.unique-id.amplifyapp.com`. Bonus: Screenshots of your app on different devices to find layout issues 🔥
2929
![Gatsby Amplify2](./images/amplify-gatsby-deploy.gif)
3030

3131
## References:

0 commit comments

Comments
 (0)