From c54986f034b4b0b7675cfb4326c340b616f1ca8b Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:46:47 +0200 Subject: [PATCH] changelog redirect --- astro.config.mjs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/astro.config.mjs b/astro.config.mjs index 37f6d0c..a1f59a1 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -68,6 +68,7 @@ export default defineConfig({ "/copyright/": "https://github.com/audacity/audacity/blob/master/LICENSE.txt", "/Setup-Exit-Codes/": "https://support.audacityteam.org/troubleshooting/error-codes/installation-exit-codes", "/cla": "/CLA", - "/)" : "/" + "/)" : "/", + "/changelog": "https://support.audacityteam.org/additional-resources/changelog" } });