mirror of
https://github.com/godotengine/godot-website.git
synced 2026-01-04 06:09:55 +03:00
Avoid redirects in internal links by appending trailing slash (#857)
The web server redirects pages like `/blog` to `/blog/`, which slows down navigation a bit. This can be avoided by fully spelling out the URLs in internal links.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<a class="card-download-other" href="/download/archive/{{ release_version.name }}-{{ release_version.flavor }}">
|
||||
Export templates and other downloads
|
||||
</a>
|
||||
<a class="card-download-donate" href="/donate">
|
||||
<a class="card-download-donate" href="/donate/">
|
||||
Make a Donation
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user