mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Fix typo
This commit is contained in:
parent
0d489342d4
commit
35206f0e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module.exports = (reportUri, enforceSsl, reportOnly) => {
|
|||
const sharetribeApi = process.env.REACT_APP_SHARETRIBE_SDK_BASE_URL;
|
||||
const sharetribeAssets = 'https://assets-sharetribecom.sharetribe.com';
|
||||
const imgix = '*.imgix.net';
|
||||
// Safari 9.1 didn't regocnize asterisk rule.
|
||||
// Safari 9.1 didn't recognize asterisk rule.
|
||||
const sharetribeImgix = 'https://sharetribe.imgix.net';
|
||||
const loremPixel = 'https://lorempixel.com';
|
||||
const placeholder = 'https://via.placeholder.com';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue