mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-21 14:47:12 +01:00
fix(connect-explorer-nextra): base path, disable dark mode, unit test update
This commit is contained in:
committed by
Tomáš Martykán
parent
edd9d611ed
commit
5a8c4a9f39
@@ -33,7 +33,6 @@ module.exports = withNextra({
|
||||
}),
|
||||
);
|
||||
},
|
||||
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
|
||||
typescript: {
|
||||
// Problems with transpiling
|
||||
ignoreBuildErrors: true,
|
||||
|
||||
@@ -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;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user