From ad2450fc1d74616655b6864fa876c2a50f6ec21e Mon Sep 17 00:00:00 2001 From: Randy Fay Date: Fri, 11 Oct 2024 11:52:42 -0600 Subject: [PATCH] Add redirect technique to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2bd758db..9d98818b 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,10 @@ If you’re adding a new item to the array, choose whichever position it should - **url** – organization’s website URL. - **github** – optional GitHub username when relevant, which can be used to make sure the sponsor doesn’t appear twice in a list—as seen in the [Sponsors.astro](https://github.com/ddev/ddev.com/blob/main/src/components/Sponsors.astro#L53) component. +## Redirects + +Any redirect can be added to ddev.com by editing `public/_redirects`. This can be useful to provide short redirects in a variety of contexts. Redirects can be to local URLs or to DDEV docs, for example. + ## Build & Deployment For the site to exist at `ddev.com`, it needs to be built and hosted somewhere. Cloudflare Pages responds to commits in order to build and deploy the site.