fix(connect-explorer-nextra): base path, disable dark mode, unit test update

This commit is contained in:
Tomas Martykan
2024-03-08 09:07:53 +01:00
committed by Tomáš Martykán
parent edd9d611ed
commit 5a8c4a9f39
3 changed files with 291 additions and 289 deletions

View File

@@ -33,7 +33,6 @@ module.exports = withNextra({
}),
);
},
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
typescript: {
// Problems with transpiling
ignoreBuildErrors: true,

View File

@@ -21,6 +21,9 @@ const config: DocsThemeConfig = {
footer: {
text: 'Copyright belongs to Trezor company s.r.o. All rights reserved.',
},
nextThemes: {
forcedTheme: 'light',
},
};
export default config;