mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-16 05:42:02 -05:00
experiment: embed the video instead of redirecting
This commit is contained in:
@@ -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
10
src/pages/3.4.0-video.md
Normal 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)
|
||||
Reference in New Issue
Block a user