From 173d04cef44290a4e04ccfe1f8adfca3bb80d945 Mon Sep 17 00:00:00 2001 From: Luana Date: Wed, 26 Mar 2025 11:01:13 -0300 Subject: [PATCH] feat(alcyone/gelos-site): permalinks installfest 6 --- hosts/alcyone/services/gelos-website.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/alcyone/services/gelos-website.nix b/hosts/alcyone/services/gelos-website.nix index 4444323d..4d9583d8 100644 --- a/hosts/alcyone/services/gelos-website.nix +++ b/hosts/alcyone/services/gelos-website.nix @@ -53,6 +53,9 @@ in { "=/if4".return = "301 https://gelos.club/2023/08/21/installfest-2023-2.html"; "=/installfest-5".return = "301 https://gelos.club/2024/03/01/installfest-2024-1.html"; "=/if5".return = "301 https://gelos.club/2024/03/01/installfest-2024-1.html"; + "=/installfest-6".return = "301 https://gelos.club/2025/03/25/installfest-2025-1.html"; + "=/if6".return = "301 https://gelos.club/2025/03/25/installfest-2025-1.html"; + "~* ^/AulaShell2025$".return = "301 https://gelos.club/2025/03/24/aula-shell.html"; }; };