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 Jun 25, 2024
1 parent 0c69fbf commit fc8a57b
Showing 1 changed file with 1 addition and 1 deletion.
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]);
};

0 comments on commit fc8a57b

Please sign in to comment.