Skip to content
Merged

main #94

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/images/ledere/Aiman.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Ann-Marie.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Anne.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Aurora.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Daniel.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Ivan.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Iver.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Kristian.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Nicolai.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Oda.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Rafael.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Sigrid.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/ledere/Sofie.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/lib/shows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ export const SHOWS: Show[] = [
},
tickets: {
live: "https://tikkio.com/events/61328-abakusrevyen-2026",
stream: undefined,
stream:
"https://vier.live/act/abakusrevyen-2026---skal-skal-ikke-premiereshow-",
},
},
{
Expand All @@ -39,7 +40,8 @@ export const SHOWS: Show[] = [
},
tickets: {
live: "https://tikkio.com/events/61330-abakusrevyen-2026",
stream: undefined,
stream:
"https://vier.live/act/abakusrevyen-2026---skal-skal-ikke-siste-forestilling-",
},
},
];
Expand Down
1 change: 1 addition & 0 deletions src/pages/ledere/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const { Content } = await render(entry);
height={500}
alt={alt}
class="w-56 rounded-lg"
style="transform:rotate(270deg)"
/>

<Content />
Expand Down