fix another 500 server error

This commit is contained in:
2025-10-07 16:24:19 +07:00
parent 359f1ec77d
commit 63447f7275
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@
</template>
<script setup>
const config = useRuntimeConfig();
const TITLE = "Collections"
const DESC = "Techit's personal-public collections"
+1
View File
@@ -46,6 +46,7 @@
</template>
<script setup>
const config = useRuntimeConfig();
const TITLE = "Contact"
const DESC = "How to contact Techit"
+1
View File
@@ -14,6 +14,7 @@
</template>
<script setup>
const config = useRuntimeConfig();
const TITLE = "Posts"
const DESC = "Techit's posts and writings."