add titles
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
useHead({ title: "About | Eggworld" });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>about</div>
|
||||
</template>
|
||||
|
5
pages/blog.vue
Normal file
5
pages/blog.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
useHead({ title: "Blog | Eggworld" });
|
||||
</script>
|
||||
|
||||
<template></template>
|
@@ -1,4 +1,6 @@
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
useHead({ title: "Home | Eggworld" });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="flex flex-col items-center justify-evenly">
|
||||
|
@@ -1 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
useHead({ title: "Stories | Eggworld" });
|
||||
</script>
|
||||
|
||||
<template></template>
|
||||
|
Reference in New Issue
Block a user