2024-04-13 07:23:57 +00:00
|
|
|
module.exports = {
|
|
|
|
siteName: "Leilukin's Hub",
|
|
|
|
siteUrl: "https://leilukin.neocities.org/" || "http://localhost:8080",
|
2024-04-13 07:43:53 +00:00
|
|
|
siteLocale: "en_MY",
|
2024-04-13 07:23:57 +00:00
|
|
|
siteDescription: "Leilukin's personal website.",
|
|
|
|
siteAuthor: {
|
|
|
|
name: "Leilukin",
|
|
|
|
email: "leilukin@outlook.com",
|
|
|
|
url: "https://leilukin.neocities.org/about/"
|
|
|
|
}
|
|
|
|
}
|