We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9befdb commit 539d609Copy full SHA for 539d609
docs/next.config.js
@@ -4,7 +4,8 @@ const withNextra = require('nextra')({
4
});
5
6
module.exports = {
7
- ...withNextra({
8
- output: 'export',
9
- }),
+ ...withNextra(),
+ basePath: '/react-native-fast-opencv',
+ output: 'export',
10
+ images: { unoptimized: true },
11
};
0 commit comments