feat(error): add link to website
This commit is contained in:
parent
56c0fed144
commit
94aec140a8
4 changed files with 7 additions and 1 deletions
|
|
@ -75,6 +75,8 @@ export class Armory {
|
|||
|
||||
this.logger.info("Starting server...");
|
||||
app.locals.aowow = this.config.aowowUrl;
|
||||
app.locals.websiteUrl = this.config.websiteUrl;
|
||||
app.locals.websiteName = this.config.websiteName;
|
||||
app.engine(".html", handlebarsEngine({
|
||||
extname: "html",
|
||||
partialsDir: path.join(process.cwd(), "static", "partials"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue