From f20e0cca7e4d8ac147791615d9e618f94c179b13 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 1 Feb 2025 12:46:03 +0200 Subject: [PATCH] add redirects --- astro.config.mjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/astro.config.mjs b/astro.config.mjs index 6779ab9..8785668 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -433,5 +433,8 @@ export default defineConfig({ "/reference/reporter/pipes/testomatio.html": "/project/runs/reporter/pipes/testomatio", "/usage/templates.html": "/management/project/templates", "/reference/reporter/frameworks.html": "/project/runs/reporter/frameworks", + "/legal/compliance/overview": "/legal/compliance", + "/legal/security/overview": "/legal/security", + "/reference": "/project/runs", }, });