11---
2- import Layout from " ../ layouts/Layout.astro" ;
2+ import Layout from " @ layouts/Layout.astro" ;
33import Headline from " @ui/Headline.astro"
44import Section from " @ui/Section.astro" ;
55
@@ -8,7 +8,7 @@ import { Image } from "astro:assets";
88const categories = [
99 {
1010 title: " Talks, Tutorials & Posters" ,
11- image: " /overview/conference.jpg" ,
11+ image: " /content/pages/ overview/conference.jpg" ,
1212 items: [
1313 { name: " Talks" , href: " /sessions/" },
1414 { name: " Tutorials" , href: " /sessions/" },
@@ -18,7 +18,7 @@ const categories = [
1818 },
1919 {
2020 title: " Summits" ,
21- image: " /overview/summits.jpg" ,
21+ image: " /content/pages/ overview/summits.jpg" ,
2222 items: [
2323 { name: " Language Summit" , href: " /language-summit/" },
2424 { name: " Packaging Summit" , href: " /packaging-summit/" },
@@ -27,7 +27,7 @@ const categories = [
2727 },
2828 {
2929 title: " PyLadies Events" ,
30- image: " /overview/pyladies-lunch.jpg" ,
30+ image: " /content/pages/ overview/pyladies-lunch.jpg" ,
3131 items: [
3232 { name: " PyLadies Booth" , href: " /pyladies" },
3333 { name: " PyLadies Workshops" , href: " /pyladies" },
0 commit comments