Skip to content

Commit a43cff7

Browse files
authored
Add interstitial redirects and old images. (#600)
1 parent d789502 commit a43cff7

File tree

18 files changed

+44
-0
lines changed

18 files changed

+44
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
This directory only exists for historical reasons.
2+
3+
It was removed in Feb 2025 as part of the content refactor in #578. However, in
4+
order to provide redirects for historical URLs, we need to keep the content
5+
hierarchy. Lektor doesn't support defining symlinks for images, so we also need
6+
to duplicate all the images that were historically served from these URLs.
7+
8+
In a sense, this is archiving "the images as of Feb 2025" - so they shouldn't be
9+
updated if any future rebranding occurs.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: redirect
2+
---
3+
new_path: /project/applications/
4+
---
5+
_discoverable: no
15.2 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: redirect
2+
---
3+
new_path: /project/utilities/
4+
---
5+
_discoverable: no
21.8 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: redirect
2+
---
3+
new_path: /project/
4+
---
5+
_discoverable: no
19.3 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_model: redirect
2+
---
3+
new_path: /project/
4+
---
5+
_discoverable: no
24 KB
Loading
19.3 KB
Loading

0 commit comments

Comments
Β (0)