Skip to content

Commit

Permalink
chore: update playground app
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed May 29, 2024
1 parent 49e34fd commit 50c700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playground/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { useServerHead } from '#imports'
useServerHead({
title: 'nuxt-api-party',
title: 'Nuxt API Party',
link: [
{ rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/@exampledev/[email protected]/new.min.css' },
],
Expand All @@ -12,7 +12,7 @@ useServerHead({
<template>
<header>
<NuxtLink to="/">
<h1>nuxt-api-party</h1>
<h1>Nuxt API Party</h1>
</NuxtLink>
<p>
Requests are proxied by a Nuxt server route and passed back to the client.
Expand Down

0 comments on commit 50c700a

Please sign in to comment.