🎉 Initial commit
This commit is contained in:
10
app/layouts/default.vue
Normal file
10
app/layouts/default.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<slot />
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
useHead({
|
||||
title: "Food Not Bombs",
|
||||
link: [{ rel: "icon", type: "image/png", href: "/logo.png" }],
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user