mirror of
https://github.com/dyzulk/trustlab-docs.git
synced 2026-01-26 13:32:08 +07:00
refactor: migrate to official nextra i18n and native navigation
This commit is contained in:
@@ -4,7 +4,10 @@ const withNextra = require('nextra')({
|
||||
})
|
||||
|
||||
module.exports = withNextra({
|
||||
output: 'export',
|
||||
i18n: {
|
||||
locales: ['en', 'id'],
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user