Skip to content

Commit 3ef7a1a

Browse files
committed
fix
1 parent f8080a4 commit 3ef7a1a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ A Next.js 15 template with [Plate](https://platejs.org/) AI, plugins and compone
99
- [shadcn/ui](https://ui.shadcn.com/)
1010
- [MCP](https://platejs.org/docs/components/mcp)
1111

12+
## Requirements
13+
14+
- Node.js 20+
15+
- pnpm 9+
16+
1217
## Installation
1318

1419
Choose one of these methods:

src/app/editor/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { SettingsProvider } from '@/components/editor/settings';
55

66
export default function Page() {
77
return (
8-
<div className="h-screen w-full" data-registry="plate">
8+
<div className="h-screen w-full">
99
<SettingsProvider>
1010
<PlateEditor />
1111
</SettingsProvider>

0 commit comments

Comments
 (0)