File tree Expand file tree Collapse file tree 9 files changed +39
-4
lines changed Expand file tree Collapse file tree 9 files changed +39
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export default defineConfig({
12
12
} ,
13
13
adapter : netlify ( ) ,
14
14
prefetch : true ,
15
- trailingSlash : "never" ,
16
15
redirects : {
17
16
"/ch/00" : "/" ,
18
17
"/about" : "/credits" ,
Original file line number Diff line number Diff line change @@ -54,6 +54,12 @@ schedule:
54
54
- " 23:30 " :
55
55
tuesday :
56
56
- " 00:00 " :
57
+ title : Peter Talisman
58
+ author :
59
+ - Callum Copley
60
+ - Ben West
61
+ - Joseph Pleass
62
+ url : https://petertalisman.quest/
57
63
- " 00:30 " :
58
64
- " 01:00 " :
59
65
- " 01:30 " :
Original file line number Diff line number Diff line change @@ -77,6 +77,11 @@ schedule:
77
77
- " 09:00 " :
78
78
- " 09:30 " :
79
79
- " 10:00 " :
80
+ title : A Friend is Writing
81
+ author :
82
+ - Ben West
83
+ - Callum Copley
84
+ url : https://a-friend-is-writing.bewe.me/
80
85
- " 10:30 " :
81
86
- " 11:00 " :
82
87
- " 11:30 " :
@@ -89,6 +94,8 @@ schedule:
89
94
- " 15:00 " :
90
95
- " 15:30 " :
91
96
- " 16:00 " :
97
+ title : nature
98
+ url : https://xixxii.neocities.org/projects/weirdweboctober24/01-nature
92
99
- " 16:30 " :
93
100
- " 17:00 " :
94
101
- " 17:30 " :
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ schedule:
24
24
- " 08:00 " :
25
25
- " 08:30 " :
26
26
- " 09:00 " :
27
+ title : Lean Rada
28
+ author : Lean Rada
29
+ url : https://leanrada.com/
27
30
- " 09:30 " :
28
31
- " 10:00 " :
29
32
- " 10:30 " :
Original file line number Diff line number Diff line change @@ -258,6 +258,8 @@ schedule:
258
258
- " 09:00 " :
259
259
- " 09:30 " :
260
260
- " 10:00 " :
261
+ title : FORM
262
+ url : https://www.c3.hu/collection/form/index1.html
261
263
- " 10:30 " :
262
264
- " 11:00 " :
263
265
- " 11:30 " :
Original file line number Diff line number Diff line change @@ -223,6 +223,9 @@ schedule:
223
223
- " 23:30 " :
224
224
friday :
225
225
- " 00:00 " :
226
+ title : Nothing
227
+ author : Maze Heart
228
+ url : https://nothing.mvze.net/
226
229
- " 00:30 " :
227
230
- " 01:00 " :
228
231
- " 01:30 " :
@@ -359,6 +362,9 @@ schedule:
359
362
- " 13:00 " :
360
363
- " 13:30 " :
361
364
- " 14:00 " :
365
+ title : Seventh Sanctum
366
+ author : Steven Savage
367
+ url : https://www.seventhsanctum.com/
362
368
- " 14:30 " :
363
369
- " 15:00 " :
364
370
- " 15:30 " :
Original file line number Diff line number Diff line change @@ -101,6 +101,9 @@ schedule:
101
101
- " 23:30 " :
102
102
wednesday :
103
103
- " 00:00 " :
104
+ title : Stolen Buttons
105
+ author : Anatoly Zenkov
106
+ url : https://anatolyzenkov.com/stolen-buttons
104
107
- " 00:30 " :
105
108
- " 01:00 " :
106
109
- " 01:30 " :
@@ -150,6 +153,9 @@ schedule:
150
153
- " 23:30 " :
151
154
thursday :
152
155
- " 00:00 " :
156
+ title : Genderswap FM
157
+ author : Eva Decker
158
+ url : https://genderswap.fm/
153
159
- " 00:30 " :
154
160
- " 01:00 " :
155
161
- " 01:30 " :
@@ -331,6 +337,9 @@ schedule:
331
337
- " 12:00 " :
332
338
- " 12:30 " :
333
339
- " 13:00 " :
340
+ title : Genders.WTF
341
+ author : Effy Elden
342
+ url : https://genders.wtf/
334
343
- " 13:30 " :
335
344
- " 14:00 " :
336
345
- " 14:30 " :
Original file line number Diff line number Diff line change @@ -329,6 +329,9 @@ schedule:
329
329
- " 10:00 " :
330
330
- " 10:30 " :
331
331
- " 11:00 " :
332
+ title : Very Interactive
333
+ author : Laurel Schwulst
334
+ url : https://veryinteractive.net/
332
335
- " 11:30 " :
333
336
- " 12:00 " :
334
337
- " 12:30 " :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import IFrame from "@components/IFrame.astro";
3
3
import Television from " @components/Television.astro" ;
4
4
import Layout from " @layouts/Layout.astro" ;
5
5
6
- const { id } = Astro .params ;
7
- if (! id ) return Astro .redirect (" /test" );
6
+ const { url } = Astro .params ;
7
+ if (! url ) return Astro .redirect (" /test" );
8
8
---
9
9
10
10
<Layout title =" Site Preview" >
@@ -17,6 +17,6 @@ if (!id) return Astro.redirect("/test");
17
17
channelId =" PRE"
18
18
channelName =" Preview"
19
19
>
20
- <IFrame src ={ ` https://${id } ` } />
20
+ <IFrame src ={ ` https://${url } ` } />
21
21
</Television >
22
22
</Layout >
You can’t perform that action at this time.
0 commit comments