mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
This also adjusts the format for redirects to make sure pages are always generated as `/index.html`. This happens when the redirect link ends with a slash, no explicit declaration needed. So I adjusted existing rules to use that as well.
16 lines
230 B
HTML
16 lines
230 B
HTML
---
|
|
permalink: /blog
|
|
title: Godot Engine - Blog
|
|
layout: blog
|
|
category: all
|
|
pagination:
|
|
enabled: true
|
|
collection: article
|
|
redirect_from:
|
|
- /devblog/
|
|
- /news/
|
|
- /news/default/
|
|
- /news/default/1/
|
|
- /news/default/2/
|
|
---
|