Skip to content

Commit

Permalink
chore: Add image aloow list
Browse files Browse the repository at this point in the history
  • Loading branch information
LizBaker committed Jun 17, 2022
1 parent 1c5bcd1 commit b9d3baf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ module.exports = {
REORDER: 'REORDER',
},

IMAGE_ALLOWLIST: [
'quickstartTiles.svg',
'quickstartArrow.svg',
'favicon.png',
'bannerBackground.svg',
'bannerBackgroundDark.svg',
],

TYPES: {
BASIC_PAGE: 'page',
LANDING_PAGE: 'landing_page',
Expand Down

0 comments on commit b9d3baf

Please sign in to comment.