Skip to content

Commit

Permalink
Update next.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomano committed Dec 11, 2024
1 parent d6b0188 commit 46cdd44
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ import nextra from 'nextra';

const nextConfig = {
output: 'export',
//basePath: '/Optimus',
basePath: '/Optimus',
i18n: {
locales: ['en', 'ru'],
defaultLocale: 'en',
},
};

const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
i18n: {
locales: ['en', 'ru'],
defaultLocale: 'en',
},
});

export default withNextra(nextConfig)
export default withNextra(nextConfig);

0 comments on commit 46cdd44

Please sign in to comment.