Skip to content

Commit 473edaa

Browse files
authored
Remove trailing slash from baseurl in config
1 parent 39a81bc commit 473edaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ course_name: Computational Astrophysics Course
77
course_description: "This MSc course aims at providing an introduction to high-performance computing using astrophysical phenomena as examples. The course is a mixture between actual class room lectures and hands-on coding exercises. It therefore is not only targeting the students from the astrophysics speciality of our MSc in Theoretical Physics, but rather of interest to all students."
88
course_semester: "Spring 2026"
99

10-
baseurl: "/aco/" # the subpath of your site, e.g. /blog/
10+
baseurl: "/aco" # the subpath of your site, e.g. /blog/
1111
url: "https://github.com/computationalAstroUAM" # the base hostname & protocol for your site
1212

1313
schoolname: "UAM"

0 commit comments

Comments
 (0)