Skip to content

Commit

Permalink
chore: update links + add vercel.json for one-click deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jul 26, 2024
1 parent 4718694 commit 926c29c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/byline.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function Byline({ className }: { className: string }) {
<div className="text-sm text-gray-400">
<a
className="underline decoration-dotted underline-offset-4 transition-colors hover:text-gray-300"
href="https://github.com/vercel/app-playground"
href="https://github.com/hi-ogawa/next-app-router-playground/pull/1"
target="_blank"
rel="noreferrer"
>
Expand All @@ -27,7 +27,7 @@ export default function Byline({ className }: { className: string }) {
{' or '}
<a
className="underline decoration-dotted underline-offset-4 transition-colors hover:text-gray-300"
href="https://vercel.com/templates/next.js/app-directory"
href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fhi-ogawa%2Fnext-app-router-playground%2Ftree%2Fchore-vite"
target="_blank"
rel="noreferrer"
>
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"framework": null
}

0 comments on commit 926c29c

Please sign in to comment.