This commit is contained in:
Jarek Radosz 2022-12-13 21:52:54 +01:00
parent 83a7a95686
commit 7e50e76892
No known key found for this signature in database
GPG Key ID: 62D0FBAE5BF9B953

View File

@ -12,6 +12,7 @@ const configs = {
export default function (page) {
return DiscourseRoute.extend({
templateName: "static",
controllerName: "static",
beforeModel(transition) {
const configKey = configs[page];