Skip to content

Commit

Permalink
fix: update old link that no longer exist (#10992)
Browse files Browse the repository at this point in the history
Co-authored-by: ArmandPhilippot <[email protected]>
  • Loading branch information
jsparkdev and ArmandPhilippot authored Feb 19, 2025
1 parent fbbef1c commit 9838400
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ export default defineConfig({
})
```

Additionally, you'll need to follow Cloudflare's documentation on how to enable support. For detailed guidance, please refer to the [Cloudflare documentation on enabling Node.js compatibility](https://developers.cloudflare.com/workers/runtime-apis/nodejs#enable-nodejs-with-pages-functions).
Additionally, you'll need to follow Cloudflare's documentation on how to enable support. For detailed guidance, please refer to the [Cloudflare documentation on enabling Node.js compatibility](https://developers.cloudflare.com/workers/runtime-apis/nodejs/).

:::note[Package Compatibility Implications]
If a project imports a package into the server that uses the Node.js runtime APIs, this can cause issues when deploying to Cloudflare. This issue arises with package that do not use the `node:*` import syntax. It is recommended that you contact the authors of the package to determine if the package supports the above import syntax. If the package does not support this, you may need to use a different package.
Expand Down

0 comments on commit 9838400

Please sign in to comment.