From 4976ffd7ca569e916c4beee60cae8f84c3e6730b Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Tue, 6 Feb 2024 15:43:18 +0100 Subject: [PATCH] experiment: embed the video instead of redirecting --- astro.config.mjs | 1 - src/pages/3.4.0-video.md | 10 ++++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/pages/3.4.0-video.md diff --git a/astro.config.mjs b/astro.config.mjs index 0136367..fefde8a 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -23,7 +23,6 @@ export default defineConfig({ redirects: { '/3.1.0-video': "https://www.youtube.com/watch?v=HpA138b-J9s", '/3.2.0-video': "https://www.youtube.com/watch?v=DTRnDNR9LR8", - "/3.4.0-video": "https://youtu.be/xgdYuSHdkso", '/realtime-video': "https://www.youtube.com/watch?v=DTRnDNR9LR8", '/errors': "https://support.audacityteam.org/troubleshooting/error-codes", '/nightly': "https://nightly.link/audacity/audacity/workflows/build/master", diff --git a/src/pages/3.4.0-video.md b/src/pages/3.4.0-video.md new file mode 100644 index 0000000..0cda13b --- /dev/null +++ b/src/pages/3.4.0-video.md @@ -0,0 +1,10 @@ +--- +layout: "../layouts/PageLayout.astro" +title: Audacity ® 3.4 release video +--- +# Audacity 3.4 release video + + + +* [Discuss this release](https://forum.audacityteam.org/t/audacity-3-4-is-out-now/88434) +* [View the changelog](https://support.audacityteam.org/additional-resources/changelog) \ No newline at end of file