diff --git a/astro.config.mjs b/astro.config.mjs index 882e651..80798d5 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,14 @@ import { defineConfig } from 'astro/config'; // https://astro.build/config -export default defineConfig({}); +export default defineConfig({ + vite: { + css: { + preprocessorOptions: { + scss: { + api: "modern-compiler" + } + } + } + } +}); diff --git a/public/images/people/jonathan.png b/public/images/people/jonathan.png deleted file mode 100644 index b5902e1..0000000 Binary files a/public/images/people/jonathan.png and /dev/null differ diff --git a/src/2024-pages/boat.astro b/src/2024-pages/boat.astro index 8960eac..0f92326 100644 --- a/src/2024-pages/boat.astro +++ b/src/2024-pages/boat.astro @@ -122,13 +122,13 @@ import Timetable from "../components/timetable/timetable.astro"; diff --git a/src/2024-pages/industry.astro b/src/2024-pages/industry.astro index ae124e8..8f9e8b9 100644 --- a/src/2024-pages/industry.astro +++ b/src/2024-pages/industry.astro @@ -257,9 +257,9 @@ import ButtonGroup from "../components/ButtonGroup.astro"; > diff --git a/src/2024-pages/live.astro b/src/2024-pages/live.astro index e218639..7449347 100644 --- a/src/2024-pages/live.astro +++ b/src/2024-pages/live.astro @@ -28,7 +28,7 @@ import CommonLayout from "../layouts/CommonLayout.astro"; diff --git a/src/components/Button.astro b/src/components/Button.astro index db02a82..0fadf15 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -1,6 +1,4 @@ --- -import { string } from 'astro/zod'; - interface Props { link: string; ty?: "primary" | "secondary"; @@ -14,37 +12,37 @@ const { link, ty = "primary", inFooter = false, scale = 1 }: Props = Astro.props {link} diff --git a/src/components/ButtonGroup.astro b/src/components/ButtonGroup.astro index 175e088..ff57e52 100644 --- a/src/components/ButtonGroup.astro +++ b/src/components/ButtonGroup.astro @@ -7,12 +7,12 @@ diff --git a/src/components/Divider.astro b/src/components/Divider.astro index bfda43e..2bc7813 100644 --- a/src/components/Divider.astro +++ b/src/components/Divider.astro @@ -7,7 +7,7 @@ diff --git a/src/components/page/Hero.astro b/src/components/page/Hero.astro index dbd5554..0ee8f0d 100644 --- a/src/components/page/Hero.astro +++ b/src/components/page/Hero.astro @@ -11,20 +11,19 @@ const { style = "page" }: Props = Astro.props; diff --git a/src/components/sponsor/sponsor.astro b/src/components/sponsor/sponsor.astro index 85ba4eb..227d2a0 100644 --- a/src/components/sponsor/sponsor.astro +++ b/src/components/sponsor/sponsor.astro @@ -56,18 +56,19 @@ switch (tier) { } diff --git a/src/components/timetable/timetable-item.astro b/src/components/timetable/timetable-item.astro index 5162c14..818873d 100644 --- a/src/components/timetable/timetable-item.astro +++ b/src/components/timetable/timetable-item.astro @@ -32,8 +32,8 @@ const { title, time, speaker, link } = Astro.props; diff --git a/src/components/workshop/workshop-detail.astro b/src/components/workshop/workshop-detail.astro index 051ac0f..049bead 100644 --- a/src/components/workshop/workshop-detail.astro +++ b/src/components/workshop/workshop-detail.astro @@ -15,10 +15,10 @@ const { title, time, id } = Astro.props; diff --git a/src/layouts/CommonLayout.astro b/src/layouts/CommonLayout.astro index f20d964..0010a62 100644 --- a/src/layouts/CommonLayout.astro +++ b/src/layouts/CommonLayout.astro @@ -21,17 +21,17 @@ const { title, header, withLogo = false, withoutMenu = false } = Astro.props;
- +

{header}

- +
diff --git a/src/layouts/HomeLayout.astro b/src/layouts/HomeLayout.astro index dab8cf4..fe5af17 100644 --- a/src/layouts/HomeLayout.astro +++ b/src/layouts/HomeLayout.astro @@ -21,11 +21,11 @@ import PersonList from "../components/people/PeopleList.astro"; diff --git a/src/pages/about.astro b/src/pages/about.astro index 860bacd..8927a98 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -47,8 +47,8 @@ import CommonLayout from "../layouts/CommonLayout.astro"; description="Embedded software engineer at Q*Bird" /> diff --git a/src/pages/industry.astro b/src/pages/industry.astro index 89d3689..d25e496 100644 --- a/src/pages/industry.astro +++ b/src/pages/industry.astro @@ -28,7 +28,7 @@ import ButtonGroup from "../components/ButtonGroup.astro";

City & venue

Kinepolis Jaarbeurs Utrecht,
Jaarbeursboulevard 300,
3521 - BC Utrecht, The Netherlands + BC Utrecht,
The Netherlands

@@ -82,10 +82,11 @@ import ButtonGroup from "../components/ButtonGroup.astro";

Tickets

- To attend the industry track, you will need an Industry Track - ticket.
Tickets are EUR 99,- ex vat.

+

+ Please note: the Industry Track and RustWeek conference are co-located events and require separate tickets. +