-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49e34fd
commit 50c700a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' }, | ||
], | ||
|
@@ -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. | ||
|