Skip to content

Commit

Permalink
disable docusaurus faster
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrell committed Jan 9, 2025
1 parent b89c0e2 commit 6838b55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 6838b55

Please sign in to comment.