Fix emoji autosuggest when using a CDN for assets

th-downstream
Thibaut Girka 6 years ago committed by ThibG
parent 8099901c9a
commit aaa3de166f

@ -11,7 +11,7 @@ import { unicodeMapping } from 'flavours/glitch/util/emoji';
import { assignHandlers } from 'flavours/glitch/util/react_helpers';
// Gets our asset host from the environment, if available.
const assetHost = ((process || {}).env || {}).CDN_HOST || '';
const assetHost = process.env.CDN_HOST || '';
// Handlers.
const handlers = {

Loading…
Cancel
Save