fix(i18n): internalize locale logic in LandingPage to resolve content mismatch

This commit is contained in:
dyzulk
2026-01-09 10:55:34 +07:00
parent 3b51264fef
commit 10fd0c3a43
11 changed files with 8 additions and 36 deletions

15
pages/_meta.json Normal file
View File

@@ -0,0 +1,15 @@
{
"index": {
"title": "Home",
"type": "page",
"display": "hidden"
},
"guide": {
"title": "User Guide",
"type": "page"
},
"developer": {
"title": "Developer API",
"type": "page"
}
}