Skip to content

Commit 539d609

Browse files
chore: nextra config update
1 parent f9befdb commit 539d609

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/next.config.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const withNextra = require('nextra')({
44
});
55

66
module.exports = {
7-
...withNextra({
8-
output: 'export',
9-
}),
7+
...withNextra(),
8+
basePath: '/react-native-fast-opencv',
9+
output: 'export',
10+
images: { unoptimized: true },
1011
};

0 commit comments

Comments
 (0)