Capital/pages/posts/[id].vue

8 lines
146 B
Vue
Raw Normal View History

<template></template>
<script setup lang="ts">
useHead({
link: [{ rel: "icon", type: "image/png", href: "/favicon-solian.png" }],
})
</script>