docs(i18n): display supported languages in a cards (#2709)

This commit is contained in:
Alex
2024-11-21 15:21:35 +05:00
committed by GitHub
parent 7bf85e9a09
commit b6a841e975
3 changed files with 530 additions and 35 deletions

View File

@@ -76,7 +76,8 @@ export default defineNuxtConfig({
prerender: {
routes: [
'/getting-started',
'/api/countries.json'
'/api/countries.json',
'/api/locales.json'
// '/api/releases.json',
// '/api/pulls.json'
],