mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
fixed mobile layouts
This commit is contained in:
parent
7eeb3b14c6
commit
5e9e2c308d
6 changed files with 43 additions and 18 deletions
|
@ -14,7 +14,16 @@
|
|||
</article>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
<script lang="ts">
|
||||
export default {
|
||||
scrollToTop: true,
|
||||
head() {
|
||||
return {
|
||||
title: "About Me",
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
definePageMeta({ layout: "landing" });
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue