fix another 500 server error
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
const config = useRuntimeConfig();
|
||||||
const TITLE = "Collections"
|
const TITLE = "Collections"
|
||||||
const DESC = "Techit's personal-public collections"
|
const DESC = "Techit's personal-public collections"
|
||||||
|
|
||||||
|
|||||||
@@ -46,6 +46,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
const config = useRuntimeConfig();
|
||||||
const TITLE = "Contact"
|
const TITLE = "Contact"
|
||||||
const DESC = "How to contact Techit"
|
const DESC = "How to contact Techit"
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
|
const config = useRuntimeConfig();
|
||||||
const TITLE = "Posts"
|
const TITLE = "Posts"
|
||||||
const DESC = "Techit's posts and writings."
|
const DESC = "Techit's posts and writings."
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user