Skip to content

Commit

Permalink
add page head
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Nov 12, 2024
1 parent 68ab9bd commit 14c5958
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
</template>

<script setup>
useHead
({
title: 'Stundenplan',
meta: [{
name: 'description',
content: 'Einfache, mobile-first WebApp für den CampusDual-Stundenplan. Support für Firefox und Chromium.'
}],
})
const links = [
{
label: "Home",
Expand Down

0 comments on commit 14c5958

Please sign in to comment.