|
1 | 1 | <!-- |
2 | 2 | Examples for guilds, users, events and presentations |
3 | 3 | Guilds: |
4 | | - https://beta.guild.host/embeds/guild/svelte-society-london/card |
5 | | - https://beta.guild.host/embeds/guild/svelte-society-london/events/latest |
6 | | - https://beta.guild.host/embeds/guild/svelte-society-london/events/upcoming |
7 | | - https://beta.guild.host/embeds/guild/svelte-society-london/events/past |
8 | | - https://beta.guild.host/embeds/guild/svelte-society-london/presentations/latest |
9 | | - https://beta.guild.host/embeds/guild/svelte-society-london/presentations/upcoming |
10 | | - https://beta.guild.host/embeds/guild/svelte-society-london/presentations/other |
| 4 | + https://guild.host/embeds/guild/svelte-society-london/card |
| 5 | + https://guild.host/embeds/guild/svelte-society-london/events/latest |
| 6 | + https://guild.host/embeds/guild/svelte-society-london/events/upcoming |
| 7 | + https://guild.host/embeds/guild/svelte-society-london/events/past |
| 8 | + https://guild.host/embeds/guild/svelte-society-london/presentations/latest |
| 9 | + https://guild.host/embeds/guild/svelte-society-london/presentations/upcoming |
| 10 | + https://guild.host/embeds/guild/svelte-society-london/presentations/other |
11 | 11 | Users: |
12 | | - https://beta.guild.host/embeds/user/spences10/card |
13 | | - https://beta.guild.host/embeds/user/spences10/events/latest |
14 | | - https://beta.guild.host/embeds/user/spences10/events/upcoming |
15 | | - https://beta.guild.host/embeds/user/spences10/events/past |
16 | | - https://beta.guild.host/embeds/user/spences10/presentations/latest |
17 | | - https://beta.guild.host/embeds/user/spences10/presentations/upcoming |
18 | | - https://beta.guild.host/embeds/user/spences10/presentations/other |
| 12 | + https://guild.host/embeds/user/spences10/card |
| 13 | + https://guild.host/embeds/user/spences10/events/latest |
| 14 | + https://guild.host/embeds/user/spences10/events/upcoming |
| 15 | + https://guild.host/embeds/user/spences10/events/past |
| 16 | + https://guild.host/embeds/user/spences10/presentations/latest |
| 17 | + https://guild.host/embeds/user/spences10/presentations/upcoming |
| 18 | + https://guild.host/embeds/user/spences10/presentations/other |
19 | 19 | Events: |
20 | | - https://beta.guild.host/embeds/event/svelte-london-february-h0ghig/card |
21 | | - https://beta.guild.host/embeds/event/svelte-london-february-h0ghig/item |
| 20 | + https://guild.host/embeds/event/svelte-london-february-h0ghig/card |
| 21 | + https://guild.host/embeds/event/svelte-london-february-h0ghig/item |
22 | 22 | Presentations: |
23 | | - https://beta.guild.host/embeds/presentation/microfrontends-with-e6mtnf/card |
24 | | - https://beta.guild.host/embeds/presentation/microfrontends-with-e6mtnf/item |
| 23 | + https://guild.host/embeds/presentation/microfrontends-with-e6mtnf/card |
| 24 | + https://guild.host/embeds/presentation/microfrontends-with-e6mtnf/item |
25 | 25 | --> |
26 | 26 | <script lang="ts"> |
27 | 27 | import GeneralObserver from './general-observer.svelte'; |
|
65 | 65 | <iframe |
66 | 66 | data-testid="guild-card" |
67 | 67 | title={`guild-card-${card_id}`} |
68 | | - src={`https://beta.guild.host/embeds/${type}/${card_id}/${display_type}`} |
| 68 | + src={`https://guild.host/embeds/${type}/${card_id}/${display_type}`} |
69 | 69 | {height} |
70 | 70 | {width} |
71 | 71 | frameborder="0" |
|
0 commit comments