Skip to content

Commit

Permalink
chore: Remove PPR
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Jan 30, 2024
1 parent 7cdfd34 commit ccb1651
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 145 deletions.
3 changes: 0 additions & 3 deletions packages/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ const withFumaMDX = createNextDocsMDX({

/** @type {import('next').NextConfig} */
const config = {
experimental: {
ppr: true
},
reactStrictMode: true,
redirects: async () => [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dayjs": "^1.11.10",
"execa": "^8.0.1",
"lucide-react": "^0.298.0",
"next": "14.1.1-canary.21",
"next": "14.1.0",
"next-docs-mdx": "^6.0.2",
"next-docs-ui": "^6.0.2",
"next-docs-zeta": "^6.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/app/(pages)/_landing/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Demo } from './demo.client'
export async function LandingDemo() {
const demoFilePath = path.resolve(
process.cwd(),
'src/app/(pages)/_landing/demo.client.tsx'
'./src/app/(pages)/_landing/demo.client.tsx'
)
const demoFile = await fs.readFile(demoFilePath, 'utf8')
const demoCode = demoFile
Expand Down
156 changes: 16 additions & 140 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ccb1651

Please sign in to comment.