Change site locale to en_MY
This commit is contained in:
parent
6288afc955
commit
7623364218
|
@ -1,7 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
siteName: "Leilukin's Hub",
|
siteName: "Leilukin's Hub",
|
||||||
siteUrl: "https://leilukin.neocities.org/" || "http://localhost:8080",
|
siteUrl: "https://leilukin.neocities.org/" || "http://localhost:8080",
|
||||||
siteLanguage: "en",
|
siteLocale: "en_MY",
|
||||||
siteDescription: "Leilukin's personal website.",
|
siteDescription: "Leilukin's personal website.",
|
||||||
siteAuthor: {
|
siteAuthor: {
|
||||||
name: "Leilukin",
|
name: "Leilukin",
|
||||||
|
|
Loading…
Reference in New Issue