Skip to content

Commit 740253c

Browse files
committed
Update index.html
1 parent 738a7bc commit 740253c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<div class="container mx-auto px-4 py-4">
7272
<div class="flex items-center justify-between">
7373
<div class="flex items-center space-x-3">
74-
<a class="flex items-center space-x-3 hover:opacity-80 transition-opacity" href="/">
74+
<a class="flex items-center space-x-3 hover:opacity-80 transition-opacity" href="./">
7575
<div class="w-10 h-10 bg-blue-600 rounded-lg flex items-center justify-center">
7676
<svg class="w-6 h-6 text-white" fill="none" stroke="currentColor" viewBox="0 0 24 24">
7777
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
@@ -91,9 +91,9 @@ <h1 class="text-xl mozilla-headline-bold text-gray-900 dark:text-white">
9191
</div>
9292
<nav class="hidden md:flex items-center space-x-8">
9393
<a class="text-sm font-medium transition-colors hover:text-blue-600 dark:hover:text-blue-400 text-blue-600 dark:text-blue-400"
94-
href="/">Home</a><a
94+
href="./">Home</a><a
9595
class="text-sm font-medium transition-colors hover:text-blue-600 dark:hover:text-blue-400 text-gray-700 dark:text-gray-300"
96-
href="/blog">Blog</a>
96+
href="./blog/">Blog</a>
9797
</nav>
9898
<button
9999
class="md:hidden p-2 text-gray-600 dark:text-gray-400 hover:text-gray-900 dark:hover:text-white">
@@ -108,7 +108,7 @@ <h1 class="text-xl mozilla-headline-bold text-gray-900 dark:text-white">
108108
<a class="text-sm font-medium transition-colors hover:text-blue-600 dark:hover:text-blue-400 text-blue-600 dark:text-blue-400"
109109
href="/">Home</a><a
110110
class="text-sm font-medium transition-colors hover:text-blue-600 dark:hover:text-blue-400 text-gray-700 dark:text-gray-300"
111-
href="/blog">Blog</a>
111+
href="./blog/">Blog</a>
112112
</nav>
113113
</div>
114114
</div>

0 commit comments

Comments
 (0)