I have some Hugo content with an Emoji in it. The emoji renders fine locally, but once deployed in AWS Amplify the emoji doesn’t show up. Any ideas?
Here’s some example content that leads to the same issue.
file.md
—
title: “Example Content with Emoji”
—
## Overview
Overview content here...
<!--more-->
:thumbsup: emoji here.
Here’s what I’m seeing in the browser.
Deployed Content
Local Content