Skip to content

Commit

Permalink
feat: changes server side render
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChrisFabian committed Dec 29, 2024
1 parent 7a31a4d commit 4d4d1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/[major]-[subject].astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const subjectName =
.filter((value) => value)[0];
---

<Layout title=`${subjectName}`
<Layout title=`${major}`
><div class="px-60 py-20">
<h1 class="text-5xl md:4xl xl:4xl font-extrabold mb-4">
{carrera} - {subjectName}
Expand Down

0 comments on commit 4d4d1f7

Please sign in to comment.