Skip to content

Commit d8f4eb4

Browse files
committed
init: site and base define in config
1 parent 1394fbf commit d8f4eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/components/Navbar.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="max-w-7xl mx-auto lg:px-8 px-6">
66
<div class="relative flex h-14 items-center justify-between">
77
<a href="/" class="font-semibold text-base flex items-center">
8-
<img src="/dizzy-face.png" alt="utilstash" srcset="" class="w-6 h-6 mr-1">
8+
<img src="/utilstash/dizzy-face.png" alt="utilstash" srcset="" class="w-6 h-6 mr-1">
99
Utilstash
1010
</a>
1111
<button class="px-4 bg-primary h-10 rounded-full text-base">

docs/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ import Copy from '../components/ui/Copy.astro'
5252
</div>
5353
</div>
5454
<div class="relative px-8 sm:px-16 md:px-0 mt-28 md:mx-auto md:max-w-xl w-full lg:mx-0 lg:mt-20">
55-
<img class="border-dashed border-2 rounded-lg" src="/code.png" alt="" srcset="">
55+
<img class="border-dashed border-2 rounded-lg" src="/utilstash/code.png" alt="" srcset="">
5656
</div>
5757
</div>
5858
</div>

0 commit comments

Comments
 (0)