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