From 1ea53adfbf71c986e663bf3da8da473dcc1b95c8 Mon Sep 17 00:00:00 2001 From: soyuka Date: Wed, 18 Sep 2024 20:23:38 +0200 Subject: [PATCH] redirect --- pwa/next.config.mjs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pwa/next.config.mjs b/pwa/next.config.mjs index d61d4c9c6..93c991bf0 100644 --- a/pwa/next.config.mjs +++ b/pwa/next.config.mjs @@ -176,7 +176,12 @@ const nextConfig = { }, { source: "/docs/", - destination: "/docs/distribution/", + destination: "/docs/symfony/", + permanent: true, + }, + { + source: "/docs/distribution/", + destination: "/docs/symfony/", permanent: true, }, ];