Skip to content

Commit

Permalink
fix url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarropy-atlassian committed Apr 17, 2022
1 parent be20b68 commit ea46a5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-todo",
"version": "0.2.0",
"version": "0.2.1",
"description": "✅ next.js todo",
"keywords": [
"typescript",
Expand All @@ -14,7 +14,7 @@
"supabase",
"pwa"
],
"homepage": "https://next-todo.bradgarropy.vercel.app",
"homepage": "https://next-todo-bradgarropy.vercel.app",
"bugs": {
"url": "https://github.com/bradgarropy/next-todo/issues"
},
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _A basic todo application built with [Next.js][next] and [Supabase][supabase]._
[![discord][discord-badge]][discord]

<p align="center">
<a href="https://next-todo.bradgarropy.vercel.app">
<a href="https://next-todo-bradgarropy.vercel.app">
<img alt="next todo" src="./public/github.png" width="300">
</a>
</p>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const App = ({Component, pageProps}: AppProps): ReactElement => {
keywords={pkg.keywords}
icon="/favicon.ico"
facebook={{
image: "https://next-todo.bradgarropy.vercel.app/facebook.png",
url: "https://next-todo.bradgarropy.vercel.app",
image: "https://next-todo-bradgarropy.vercel.app/facebook.png",
url: "https://next-todo-bradgarropy.vercel.app",
type: "website",
}}
twitter={{
image: "https://next-todo.bradgarropy.vercel.app/twitter.png",
image: "https://next-todo-bradgarropy.vercel.app/twitter.png",
site: "@bradgarropy",
card: "summary",
}}
Expand Down

1 comment on commit ea46a5e

@vercel
Copy link

@vercel vercel bot commented on ea46a5e Apr 17, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

next-todo – ./

next-todo-one.vercel.app
next-todo-bradgarropy.vercel.app
next-todo-git-master-bradgarropy.vercel.app

Please sign in to comment.