Use static adapter

This commit is contained in:
Zeph Levy 2026-02-17 17:58:28 +01:00
parent 3039a32e7a
commit dcf273e698
14 changed files with 20 additions and 13869 deletions

View file

@ -23,8 +23,8 @@
<li aria-current={page.url.pathname === '/projects' ? 'page' : undefined}>
<a href={resolve('/projects')}>Projects</a>
</li>
<li aria-current={page.url.pathname.startsWith('/sverdle') ? 'page' : undefined}>
<a href={resolve('/sverdle')}>Sverdle</a>
<li aria-current={page.url.pathname.startsWith('/placeholder') ? 'page' : undefined}>
<a href={resolve('/placeholder')}>Placeholder</a>
</li>
</ul>
<svg viewBox="0 0 2 3" aria-hidden="true">