experiment: embed the video instead of redirecting

This commit is contained in:
LWinterberg
2024-02-06 15:43:18 +01:00
parent 808d6f972a
commit 4976ffd7ca
2 changed files with 10 additions and 1 deletions

View File

@@ -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",

10
src/pages/3.4.0-video.md Normal file
View File

@@ -0,0 +1,10 @@
---
layout: "../layouts/PageLayout.astro"
title: Audacity ® 3.4 release video
---
# Audacity 3.4 release video
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xgdYuSHdkso?si=VL6h2R9YHCllElOY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
* [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)