refactor: migrate to official nextra i18n and native navigation

This commit is contained in:
dyzulk
2026-01-09 08:22:46 +07:00
parent 0817284eae
commit 9ce5d01315
54 changed files with 980 additions and 15 deletions

View File

@@ -4,7 +4,10 @@ const withNextra = require('nextra')({
})
module.exports = withNextra({
output: 'export',
i18n: {
locales: ['en', 'id'],
defaultLocale: 'en',
},
images: {
unoptimized: true,
},