mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 14:12:42 +00:00
13 lines
306 B
JavaScript
13 lines
306 B
JavaScript
module.exports = {
|
|
siteName: "Leilukin's Hub",
|
|
siteUrl: "https://leilukin.com" || "http://localhost:8080",
|
|
siteLocale: "en_MY",
|
|
siteLanguage: "en",
|
|
siteDescription: "Leilukin's personal website.",
|
|
siteAuthor: {
|
|
name: "Leilukin",
|
|
email: "contact@leilukin.com",
|
|
url: this.siteUrl + "/about"
|
|
}
|
|
}
|