Start work on dark-mode, fix heading scroll position

This commit is contained in:
Riyyi
2025-03-31 15:02:51 +02:00
parent c26c74a2fb
commit 86e08604dd
18 changed files with 243 additions and 53 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<script setup lang="ts">
useHead({
titleTemplate: (titleChunk) => {
titleTemplate: (titleChunk: string): string => {
return titleChunk ? `${titleChunk} - website-vue` : 'website-vue';
}
})