You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/layouts/global.astro
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,7 @@ const fullTitle = title ? `${title} - Media over QUIC` : "Media over QUIC";
24
24
const fullDescription =description
25
25
?`Media over QUIC: ${description}`
26
26
:"Media over QUIC is a new live media protocol designed for simplicity and scale. It uses new browser technologies like WebTransport and WebCodecs to deliver media with latency that rivals WebRTC.";
0 commit comments