We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8a86af + 6f7aff5 commit f2a63beCopy full SHA for f2a63be
website/src/components/NavMenu.svelte
@@ -12,10 +12,7 @@
12
<ul class="flex gap-6 text-lg">
13
{#each navLinks as link}
14
<li>
15
- <a
16
- class="text-white font-bold"
17
- href={`${import.meta.env.BASE_URL}${link.path}`}
18
- >
+ <a class="text-white font-bold" href={link.path}>
19
{link.title}
20
</a>
21
</li>
@@ -47,7 +44,7 @@
47
44
48
45
<a
49
46
class="text-white text-3xl font-bold font-serif"
50
+ href={link.path}
51
onclick={toggleMenu}
52
>
53
0 commit comments