mirror of
https://github.com/ershisan99/flashcards-docs.git
synced 2025-12-16 20:59:26 +00:00
initial commit, lesson 1
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
const withNextra = require('nextra')({
|
||||
defaultShowCopyCode: true,
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.tsx',
|
||||
})
|
||||
|
||||
module.exports = withNextra()
|
||||
module.exports = withNextra({
|
||||
i18n: {
|
||||
locales: ['en', 'ru'],
|
||||
defaultLocale: 'en',
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user