Fix emoji autosuggest when using a CDN for assets

This commit is contained in:
Thibaut Girka 2018-09-04 14:43:11 +02:00 committed by ThibG
parent 8622dccaf1
commit b6ce5fa3fb

View file

@ -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 = {