mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-06-23 21:14:21 +00:00
chore(overrides): update 404 page
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
parent
2081d5fb54
commit
88d4b6be96
1 changed files with 5 additions and 2 deletions
|
@ -19,8 +19,11 @@
|
||||||
<h2>Troubleshooting tips</h2>
|
<h2>Troubleshooting tips</h2>
|
||||||
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
||||||
<p>
|
<p>
|
||||||
If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar),
|
If you're working in this site (either locally or in a cloud development environment) and you hit an URL
|
||||||
try <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config first</a>.
|
configured for redirects (at Cloudflare Pages or similiar), try
|
||||||
|
<a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config</a>,
|
||||||
|
<a href="https://developers.cloudflare.com/workers/static-assets/redirects/">in the <code>_redirects</code> file for Cloudflare Workers</a>, and/or
|
||||||
|
<a href="https://docs.readthedocs.com/platform/stable/user-defined-redirects.html">in the Read the Docs Community project settings</a>.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.dev">production</a>
|
Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.dev">production</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue