Use this keyword for site author URL

This commit is contained in:
Leilukin 2024-07-19 02:21:20 +08:00 committed by Helen Chong
parent cb0870223f
commit 701651defe

View File

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