Add this keyword for variables in the same file

This commit is contained in:
Helen Chong 2024-04-16 20:45:28 +08:00
parent 082a33c31c
commit ac7b5765d4
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
module.exports = {
siteName: "Leilukin's Hub",
siteUrl: "https://leilukin.neocities.org" || "http://localhost:8080",
feedUrl: siteUrl + "/feed.xml",
feedUrl: this.siteUrl + "/feed.xml",
siteLocale: "en_MY",
siteLanguage: "en",
siteDescription: "Leilukin's personal website.",
siteAuthor: {
name: "Leilukin",
email: "leilukin@outlook.com",
url: "https://leilukin.neocities.org/about"
url: this.siteUrl + "/about"
}
}