Skip to content

Commit

Permalink
remove useHead of app.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
takanakahiko committed Oct 10, 2023
1 parent 89d9392 commit c6781ba
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions web/app.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
<script setup>
useHead({
title: 'PrismDB',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: 'prismdb は プリティーシリーズの二次創作です' }
],
link: [{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }]
})
</script>

<template>
<NuxtLayout>
<NuxtPage />
Expand Down

0 comments on commit c6781ba

Please sign in to comment.