Start work on dark-mode, fix heading scroll position
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
useHead({
|
||||
titleTemplate: (titleChunk) => {
|
||||
titleTemplate: (titleChunk: string): string => {
|
||||
return titleChunk ? `${titleChunk} - website-vue` : 'website-vue';
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user