diff --git a/src/pages/events/dump.py b/src/pages/events/dump.py index 0a82736..d8351cd 100644 --- a/src/pages/events/dump.py +++ b/src/pages/events/dump.py @@ -53,13 +53,13 @@ 'title': 'SOC Wellness Festival', 'body': wellness_festival_body, 'link': 'wellness_festival', - 'imgSrc': '../../../articles/wellness_festival.jpg', + 'imgSrc': 'https://nuscomputingdev.github.io/comclub-website-2024/articles/wellness_festival.jpg', }, 'bizcom_league': { 'title': 'BIZCOM League', 'body': bizcom_league_body, 'link': 'bizcom_league', - 'imgSrc': '../../../articles/bizcom_league.jpg', + 'imgSrc': 'https://nuscomputingdev.github.io/comclub-website-2024/articles/bizcom_league.jpg', }, } json.dump(articles, open('articles.json', 'w+'))