change quest links to wowhead

This commit is contained in:
smthbh 2025-04-28 21:49:07 -04:00
parent acc1655c92
commit 7afa4cde14
6 changed files with 7 additions and 3 deletions

View file

@ -81,6 +81,7 @@ export class Armory {
const locals = {
aowow: this.config.aowowUrl,
wowhead: this.config.wowheadUrl,
websiteUrl: this.config.websiteUrl,
websiteName: this.config.websiteName,
websiteRoot: this.config.websiteRoot,

View file

@ -25,6 +25,7 @@ export interface IIframeModeConfig {
export class Config {
public aowowUrl: string;
public wowheadUrl: string;
public websiteUrl: string;
public websiteName: string;
public websiteRoot: string;