Skip to content

Commit e66436b

Browse files
committed
chore(docs): updated docs config
1 parent 43d37d0 commit e66436b

File tree

2 files changed

+1024
-477
lines changed

2 files changed

+1024
-477
lines changed

docs/next.config.mjs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
import nextra from 'nextra';
2-
import { dirname } from 'path';
3-
import { fileURLToPath } from 'url';
4-
5-
const __filename = fileURLToPath(import.meta.url);
6-
const __dirname = dirname(__filename);
72

83
const withNextra = nextra({});
94

105
export default withNextra({
11-
turbopack: {
6+
/*turbopack: {
127
root: __dirname,
13-
},
8+
},*/
149
});

0 commit comments

Comments
 (0)