mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-08 14:43:10 +00:00
chore(overrides): migrate deployment specific banner outside announcements
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.eu.org>
This commit is contained in:
parent
f4e605152a
commit
f21d3f10b6
3 changed files with 67 additions and 23 deletions
|
@ -7,10 +7,13 @@
|
|||
{% extends "main.html" %}
|
||||
{% block content %}
|
||||
<h1>404 - Not found</h1>
|
||||
<p>Either the URL has been moved without redirects, taken down for any reasons, or it doesn't exist (yet).</p>
|
||||
<p>
|
||||
Either the URL has been moved without redirects, taken down for any reasons, or it doesn't exist (yet).
|
||||
</p>
|
||||
<h2>Troubleshooting tips</h2>
|
||||
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
||||
<p>If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar), try <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config first</a>.</p>
|
||||
<p>Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.eu.org">production</a>
|
||||
and <a href="https://staging.andreijiroh.eu.org">staging</a> versions of the website.</p>
|
||||
<p>Try checking the URL for any misspellings or improper use of dashes, underscores and periods.</p>
|
||||
<p>If you're working in this site and you hit an URL configured for redirects (at Cloudflare Pages or similiar), try <a href="https://pypi.org/project/mkdocs-redirects/">configuring redirects in the Mkdocs config first</a>.</p>
|
||||
<p>Depending on the site version you're viewing, you may need to switch between <a href="https://andreijiroh.eu.org">production</a>
|
||||
and <a href="https://staging.andreijiroh.eu.org">staging</a> versions of the website. (The tilde versions of the site may be
|
||||
may lag behind Cloudflare Pages deploys.)</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue