Skip to content

Commit

Permalink
init: site and base define in config
Browse files Browse the repository at this point in the history
  • Loading branch information
codebyaadi committed Sep 6, 2024
1 parent 1394fbf commit d8f4eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/src/components/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="max-w-7xl mx-auto lg:px-8 px-6">
<div class="relative flex h-14 items-center justify-between">
<a href="/" class="font-semibold text-base flex items-center">
<img src="/dizzy-face.png" alt="utilstash" srcset="" class="w-6 h-6 mr-1">
<img src="/utilstash/dizzy-face.png" alt="utilstash" srcset="" class="w-6 h-6 mr-1">
Utilstash
</a>
<button class="px-4 bg-primary h-10 rounded-full text-base">
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import Copy from '../components/ui/Copy.astro'
</div>
</div>
<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">
<img class="border-dashed border-2 rounded-lg" src="/code.png" alt="" srcset="">
<img class="border-dashed border-2 rounded-lg" src="/utilstash/code.png" alt="" srcset="">
</div>
</div>
</div>
Expand Down

0 comments on commit d8f4eb4

Please sign in to comment.