Skip to content

Commit

Permalink
Merge pull request #1802 from NullVoxPopuli/NullVoxPopuli-patch-1
Browse files Browse the repository at this point in the history
Remove importable modules, as we are only using markdown here
  • Loading branch information
NullVoxPopuli authored Jul 21, 2024
2 parents fede5f9 + a00e514 commit 8ccab4c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apps/tutorial/app/routes/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ export default class ApplicationRoute extends Route {
});

const manifest = await setupKolay(this, {
resolve: {
'ember-primitives': import('ember-primitives'),
kolay: import('kolay'),
},
resolve: {},
rehypePlugins: [
[
rehypeShikiFromHighlighter,
Expand Down

0 comments on commit 8ccab4c

Please sign in to comment.