From ca30100623c26a64473398a3e65bb9ace45b128f Mon Sep 17 00:00:00 2001
From: Christophe Chaudier <christophe@lydra.fr>
Date: Fri, 1 Dec 2023 12:07:52 +0100
Subject: [PATCH] feat: poc gitlab redirect for blog post

---
 ...-de-licenciement-dans-la-tech-actus-devops-juin-2023.md | 1 +
 static/_redirects                                          | 7 +++++++
 2 files changed, 8 insertions(+)
 create mode 100644 static/_redirects

diff --git a/blog/2023-06-29-vague-de-licenciement-dans-la-tech-actus-devops-juin-2023.md b/blog/2023-06-29-vague-de-licenciement-dans-la-tech-actus-devops-juin-2023.md
index f4e0069..04495bf 100644
--- a/blog/2023-06-29-vague-de-licenciement-dans-la-tech-actus-devops-juin-2023.md
+++ b/blog/2023-06-29-vague-de-licenciement-dans-la-tech-actus-devops-juin-2023.md
@@ -1,5 +1,6 @@
 ---
 title: "💼Vague de licenciement dans la tech ? | Actus DevOps Juin 2023"
+slug: "vague-de-licenciement-dans-la-tech-actus-devops-juin-2023"
 date: "2023-06-29"
 categories: 
   - "actu-devops"
diff --git a/static/_redirects b/static/_redirects
new file mode 100644
index 0000000..e8ccd8b
--- /dev/null
+++ b/static/_redirects
@@ -0,0 +1,7 @@
+# https://docs.gitlab.com/ee/user/project/pages/redirects.html
+# The _redirects file has a file size limit and a maximum number of rules per project, 
+# configured at the instance level. Only the first matching rules within the configured maximum are processed. 
+# The default file size limit is 64 KB, and the default maximum number of rules is 1,000.
+
+# 301 permanent redirect
+/vague-de-licenciement-dans-la-tech-actus-devops-juin-2023 /blog/vague-de-licenciement-dans-la-tech-actus-devops-juin-2023 301
-- 
GitLab