Skip to content

Commit 552f4e2

Browse files
committed
chore: add youtube embed to blog
1 parent 5c531a8 commit 552f4e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/pages/blog/release/0.8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The atproto community gathered in Vancouver for their annual conference. Five me
5252

5353
There is a lot to unpack, a lot of potential for collaborating with other atproto projects on shared lexicons and cross-linking between our websites. We'd like to thank the organisers and the community at large once more for the warm welcome, and for inviting us to present npmx in one of the keynotes:
5454

55-
[ keynote video: youtube or streamplace ].
55+
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/xPJkoJ6dlqE?si=28jAlZlogB7DuMpq" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" class="w-full aspect-ratio-video rounded-lg" allowfullscreen></iframe>
5656

5757
## Noodles!
5858

modules/security-headers.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export default defineNuxtModule({
5555
const frameSrc = [
5656
'https://bsky.app',
5757
'https://pdsmoover.com',
58+
'https://www.youtube-nocookie.com/',
5859
...(isDevtoolsRuntime ? ["'self'"] : []),
5960
].join(' ')
6061

0 commit comments

Comments
 (0)