Skip to content

Commit

Permalink
fix prember for embroider
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jan 27, 2024
1 parent e64f2bd commit 4cc3ed1
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 124 deletions.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ module.exports = function (defaults) {
staticComponents: true,
});

return mergeTrees([appTree, mappingsTree]);
return mergeTrees([require('prember').prerender(app, appTree), mappingsTree]);
};
Loading

0 comments on commit 4cc3ed1

Please sign in to comment.