diff --git a/pages/cloudflare/get-started.mdx b/pages/cloudflare/get-started.mdx index ccb2907..4a3a37a 100644 --- a/pages/cloudflare/get-started.mdx +++ b/pages/cloudflare/get-started.mdx @@ -45,6 +45,7 @@ application to be previewed and deployed, it is also where you configure your Wo You can create one yourself in the root directory of your Next.js app with the name `wrangler.json` and the following content: ```jsonc { + "$schema": "node_modules/wrangler/config-schema.json", "main": ".open-next/worker.js", "name": "my-app", "compatibility_date": "2024-12-30",