diff --git a/src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx b/src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx index 3301426e46be50e..fc8356e0e40e1d1 100644 --- a/src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx +++ b/src/content/docs/fundamentals/concepts/how-cloudflare-works.mdx @@ -1,15 +1,16 @@ --- pcx_content_type: concept -title: How Cloudflare CDN works +title: How Cloudflare works sidebar: order: 2 --- -import { GlossaryTooltip } from "~/components" +import { Stream, GlossaryTooltip } from "~/components" To optimize your website or web application, Cloudflare provides [DNS](https://www.cloudflare.com/learning/dns/what-is-dns/) and [CDN](https://www.cloudflare.com/learning/cdn/what-is-a-cdn/) services, so we can [reverse proxy](https://www.cloudflare.com/learning/cdn/glossary/reverse-proxy/) the web traffic to and from your domain. + ## DNS explained