♻️ Migrate landing pages to app router (#1362)

This commit is contained in:
Luke Vella 2024-09-27 09:47:42 +01:00 committed by GitHub
parent 6b1e2f9c49
commit f92c0075e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
73 changed files with 2420 additions and 2166 deletions

View file

@ -1,3 +1,5 @@
import languages from "./languages.json";
export const supportedLngs = Object.keys(languages);
export default languages;