From 76c80b4b86118ff9cf36cf148cea8d939e91aca3 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Fri, 23 Aug 2024 15:48:41 +0300 Subject: [PATCH] message to cf devs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6830293..b89138c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,12 @@ At the moment, the site is hosted on CloudFlare Pages, but once GitVerse Pages i **NOTE:** After deleting my Telegram channel, I wanted to delete all my blog posts. However, I decided not to delete the publications from this site, so the page is just hidden, but you can still access it. +## About 404 Page + +I didn't want to create a 404 page. I wanted to keep things simple so that all pages would be rendered by the build script. However, CloudFlare Pages forwards to the main page of the site if the page is not found, which interferes with the search results. So I had to create my own 404 page. + +**CLOUDFLARE CREATE DEFAULT 404 PAGE PLEASE** + ## A little historical note Previously, I didn't want to simplify the site that much, and there are a lot more pages and material here. You can see the old version [here](https://41ecb9be.arbuzicu.pages.dev/).