diff --git a/docusaurus.config.ts b/docusaurus.config.ts index ce5fce8ff8..394c334a93 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -7,10 +7,10 @@ import type * as Preset from "@docusaurus/preset-classic"; const DOCUSAURUS_BASE_URL = process.env.DOCUSAURUS_BASE_URL ?? "/"; const config: Config = { - future: { - // See https://github.com/facebook/docusaurus/issues/10556 - experimental_faster: true - }, + // future: { + // // See https://github.com/facebook/docusaurus/issues/10556 + // experimental_faster: true + // }, title: "Prisma Documentation", tagline: "Get started with Prisma in the official documentation, and learn more about all Prisma's features with reference documentation, guides, and more.",