Skip to content

Commit c506fea

Browse files
fix url.
1 parent 0509d61 commit c506fea

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-starter",
3-
"version": "2.10.0",
3+
"version": "2.10.1",
44
"description": "⏭ next.js starter",
55
"keywords": [
66
"typescript",
@@ -13,7 +13,7 @@
1313
"heroicons",
1414
"pwa"
1515
],
16-
"homepage": "https://next-starter.bradgarropy.vercel.app",
16+
"homepage": "https://next-starter-bradgarropy.vercel.app",
1717
"bugs": {
1818
"url": "https://github.com/bradgarropy/next-starter/issues"
1919
},

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _A base starter with formatting, linting, serverless, CSS in JS, and SEO include
1010
[![discord][discord-badge]][discord]
1111

1212
<p align="center">
13-
<a href="https://next-starter.bradgarropy.vercel.app">
13+
<a href="https://next-starter-bradgarropy.vercel.app">
1414
<img alt="next starter" src="./public/github.png" width="300">
1515
</a>
1616
</p>

src/pages/_app.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ const App = ({Component, pageProps}: AppProps): ReactElement => {
2929
keywords={pkg.keywords}
3030
icon="/favicon.ico"
3131
facebook={{
32-
image: "https://next-starter.bradgarropy.vercel.app/facebook.png",
33-
url: "https://next-starter.bradgarropy.vercel.app",
32+
image: "https://next-starter-bradgarropy.vercel.app/facebook.png",
33+
url: "https://next-starter-bradgarropy.vercel.app",
3434
type: "website",
3535
}}
3636
twitter={{
37-
image: "https://next-starter.bradgarropy.vercel.app/twitter.png",
37+
image: "https://next-starter-bradgarropy.vercel.app/twitter.png",
3838
site: "@bradgarropy",
3939
card: "summary",
4040
}}

0 commit comments

Comments
 (0)