Use this keyword for site author URL

This commit is contained in:
Helen Chong 2024-07-19 02:21:20 +08:00
parent 1dc8fd8959
commit 5c727cb349
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ export default {
siteAuthor: {
name: "Leilukin",
email: "contact@leilukin.com",
url: "https://leilukin.com/about"
url: () => this.siteUrl + "/about"
}
}