diff --git a/_config.yml b/_config.yml
index 63efbf5b4c8cdc023ab69e2d9d2a4fdd2cb94f42..a893545c7124585eccfd81d04d45276028afe9b1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,7 +17,7 @@ title: MUDE 2024 website
 tagline: CEGM1000 Modelling, Uncertainty, and Data Analysis for Engineers
 description: Course website for TU Delft CEGM1000, or Modelling, Uncertainty, and Data Analysis for Engineers
 author: By MUDE Teachers and the Student Army
-baseurl: /2024-website # the subpath of your site, e.g. /blog
+baseurl: /2024/draft # the subpath of your site, e.g. /blog
 url: https://mude.citg.tudelft.nl # the base hostname & protocol for your site, e.g. http://example.com
 exclude:
   [
@@ -45,9 +45,9 @@ aux_links:
   Answers:
     - "https://answers.citg.tudelft.nl"
   Files:
-    - "https://mude.citg.tudelft.nl/course-files/"
+    - "https://mude.citg.tudelft.nl/2024/files"
   Textbook:
-    - "https://mude.citg.tudelft.nl/book"
+    - "https://mude.citg.tudelft.nl/2024/book"
   Main MUDE Site:
     - "https://mude.citg.tudelft.nl"
 aux_links_new_tab: true
@@ -98,3 +98,5 @@ compress_html:
   startings: []
   blanklines: false
   profile: false
+
+draft_banner: "This is the DRAFT version of the MUDE 2024 website. Content may change frequently."