We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e52fa0 commit ea5fee9Copy full SHA for ea5fee9
1 file changed
src/routes/+layout.svelte
@@ -38,6 +38,7 @@
38
class="menu menu-sm dropdown-content bg-base-100 rounded-box z-1 mt-3 w-52 p-2 shadow"
39
>
40
<li><a href="/">Home</a></li>
41
+ <li><a href="https://songbird-project-blog.pages.dev">Blog</a></li>
42
<li><a href="/about">About</a></li>
43
<li>
44
<details>
0 commit comments