Skip to content

Commit

Permalink
change astro config
Browse files Browse the repository at this point in the history
  • Loading branch information
willpinha committed Dec 20, 2024
1 parent 75330c3 commit 1782c1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import svelte from "@astrojs/svelte";

// https://astro.build/config
export default defineConfig({
site: "https://components.willpinha.link",
site: "https://willpinha.github.io",
base: "/daisy-components/",
integrations: [tailwind(), svelte()]
});
4 changes: 2 additions & 2 deletions src/components/Navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!-- Left side -->
{#if tag}
<div class="flex gap-2">
<a href="/" class="btn btn-ghost px-3">
<a href="/daisy-components" class="btn btn-ghost px-3">
<i class="fa-solid fa-arrow-left-long text-2xl"></i>
</a>

Expand All @@ -17,7 +17,7 @@
</span>
</div>
{:else}
<a href="/" class="btn btn-ghost flex gap-2">
<a href="/daisy-components" class="btn btn-ghost flex gap-2">
<img src="/logo.svg" class="w-4" alt="Daisy Catalog" />

<div class="flex font-bold text-lg">
Expand Down

0 comments on commit 1782c1d

Please sign in to comment.