Skip to content

Commit 3211d9c

Browse files
authored
enable v4 future flags
1 parent 18d702c commit 3211d9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ const DOCUSAURUS_BASE_URL = process.env.DOCUSAURUS_BASE_URL ?? "/";
99

1010
const config: Config = {
1111
future: {
12-
// See https://github.com/facebook/docusaurus/issues/10556
13-
experimental_faster: true,
12+
v4: true,
1413
},
1514
title: "Prisma Documentation",
1615
tagline:

0 commit comments

Comments
 (0)