From a350a8a130e986edd63f2f38e96e04180b18c92e Mon Sep 17 00:00:00 2001 From: Joshua Chen Date: Sat, 5 Feb 2022 14:52:19 +0800 Subject: [PATCH] docs: fix bad anchor link syntax (#6611) --- website/docs/deployment.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/deployment.mdx b/website/docs/deployment.mdx index 89b60d6665..303521729b 100644 --- a/website/docs/deployment.mdx +++ b/website/docs/deployment.mdx @@ -775,6 +775,6 @@ See [docs](https://docs.quantcdn.io/docs/cli/continuous-integration) and [blog]( [Layer0](https://www.layer0.co) is an all-in-one platform to develop, deploy, preview, experiment on, monitor, and run your headless frontend. It is focused on large, dynamic websites and best-in-class performance through EdgeJS (a JavaScript-based Content Delivery Network), predictive prefetching, and performance monitoring. Layer0 offers a free tier. Get started in just a few minutes by following [Layer0's guide to deploying Docusaurus](https://docs.layer0.co/guides/docusaurus). -## Deploying to Cloudflare Pages {deploying-to-cloudflare-pages} +## Deploying to Cloudflare Pages {#deploying-to-cloudflare-pages} [Cloudflare Pages](https://pages.cloudflare.com/) is a Jamstack platform for frontend developers to collaborate and deploy websites. Get started within a few minutes by following [this article](https://dev.to/apidev234/deploying-docusaurus-to-cloudflare-pages-565g).