Skip to content

Commit

Permalink
refactor: playground meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 29, 2024
1 parent 90ce21c commit 49e34fd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions playground/app.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<script setup lang="ts">
import { useHead } from '#imports'
import { useServerHead } from '#imports'
useHead({
useServerHead({
title: 'nuxt-api-party',
link: [
{
rel: 'stylesheet',
href: 'https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css',
},
{ rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css' },
],
})
</script>
Expand Down

0 comments on commit 49e34fd

Please sign in to comment.