Remove duplicate languages definition causing permalink clash

This commit is contained in:
天クマ 2026-04-21 22:09:42 -03:00 committed by GitHub
commit c290599f9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,8 +25,6 @@ module.exports = {
}
},
languages: ["en", "pt"],
permalink: data => {
return `/${data.langKey}/misc/${data.page.fileSlug}/`;
},