mirror of
https://mau.dev/andreijiroh-dev/website.git
synced 2025-05-06 21:53:09 +00:00
chore(global): 👷 improve 404 page and Gitpod config, plus some VSC ws config changes
Also in this commit, we also apply changes needed for the use of social cards in the theme we do use. Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
parent
e4d61e9f51
commit
d9b6b87724
6 changed files with 52 additions and 9 deletions
|
@ -5,7 +5,8 @@
|
|||
{% 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>
|
||||
<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 developing this site and you hit an URL that's</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://go.recaptime.eu.org/pkgs/pip3/mkdocs-redirects">configuring redirects in the config first</a>.</p>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue