Skip to content

Commit

Permalink
feat: only load used languages
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Mar 13, 2024
1 parent c3da122 commit bf61dbb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ module.exports = function (environment) {
algoliaId: 'Y1OMR4C7MF',
algoliaKey: '5d01c83734dc36754d9e94cbf6f8964d',
},

'ember-showdown-shiki': {
languages: [
'javascript',
'typescript',
'handlebars',
'json',
'diff',
'bash',
],
},
};

if (environment === 'development') {
Expand Down

0 comments on commit bf61dbb

Please sign in to comment.