fix: upgrade waline to v3.5.7 (fixes #10), remove unused titlegap configuration

This commit is contained in:
radishzzz 2025-05-08 01:57:40 +01:00
parent d3d6561f4d
commit bf20fb4014
12 changed files with 443 additions and 577 deletions

View file

@ -8,4 +8,6 @@ import Layout from '@/layouts/Layout.astro'
<!-- Page Not Found -->
<h3 class="mt--1.3 text-8 text-primary font-bold leading-1.2em font-navbar lg:text-9">PAGE<br>NOT<br>FOUND</h3>
<p class="mt-3.6 text-3.6 leading-1.4em font-navbar lg:(mt-4 text-4)">It looks like the page you're looking for<br>does not exist or has been moved.</p>
<!-- Unused Div -->
<!-- <div class=""></div> -->
</Layout>