Skip to content

Commit

Permalink
Merge pull request #14 from ember-learn/upgrade-mdbook-template
Browse files Browse the repository at this point in the history
Upgrade `rfc-process-mdbook-template` to use shiki
  • Loading branch information
mansona authored Jul 16, 2024
2 parents 66b7d0f + 1c0f128 commit 341b683
Show file tree
Hide file tree
Showing 3 changed files with 11,070 additions and 12,021 deletions.
9 changes: 9 additions & 0 deletions config/fastboot.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = function () {
return {
buildSandboxGlobals(defaultGlobals) {
return Object.assign({}, defaultGlobals, {
atob: atob,
});
},
};
};
Loading

0 comments on commit 341b683

Please sign in to comment.