File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,6 @@ module.exports = function (environment) {
90
90
91
91
matomo : { } ,
92
92
93
- fontawesome : {
94
- warnIfNoIconsIncluded : true ,
95
- } ,
96
-
97
93
pagination : {
98
94
debounce : _getEnvironmentVariableAsNumber ( {
99
95
environmentVariableName : 'RESEARCH_DEBOUNCE_TIMEOUT' ,
Original file line number Diff line number Diff line change @@ -101,10 +101,6 @@ module.exports = function (environment) {
101
101
COOKIE_LOCALE_LIFESPAN_IN_SECONDS : 31536000 , // 1 year in seconds
102
102
} ,
103
103
104
- fontawesome : {
105
- warnIfNoIconsIncluded : false ,
106
- } ,
107
-
108
104
showdown : {
109
105
openLinksInNewWindow : true ,
110
106
strikethrough : true ,
Original file line number Diff line number Diff line change @@ -95,10 +95,6 @@ module.exports = function (environment) {
95
95
COOKIE_LOCALE_LIFESPAN_IN_SECONDS : 31536000 , // 1 year in seconds
96
96
} ,
97
97
98
- fontawesome : {
99
- warnIfNoIconsIncluded : false ,
100
- } ,
101
-
102
98
matomo : { } ,
103
99
104
100
'ember-cli-notifications' : {
You can’t perform that action at this time.
0 commit comments