Skip to content

Commit a2067b8

Browse files
committed
refactor: update url
1 parent df19d4e commit a2067b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gatsby-config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
2-
pathPrefix:'/blobs.app/',
2+
pathPrefix: '/blobs.app/',
33
siteMetadata: {
4-
siteUrl: 'https://blobs.app',
4+
siteUrl: 'https://lokesh-coder.github.io/blobs.app',
55
name: 'blobs.app',
66
description: 'Generate beautiful blob shapesfor web and flutter apps',
77
descriptionLong:

src/components/NavLinks.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const NavLinks = ({ saveBlob }) => {
6363
</Box>
6464
<Box as={Text}>
6565
<Button
66-
href="http://www.twitter.com/intent/tweet?url=https://blobs.app/&text=Generate%20beautiful%20blob%20shapes%20for%20web%20and%20flutter%20apps"
66+
href="http://www.twitter.com/intent/tweet?url=https://lokesh-coder.github.io/blobs.app/&text=Generate%20beautiful%20blob%20shapes%20for%20web%20and%20flutter%20apps"
6767
target="_blank"
6868
as={Link}
6969
variant="heavy"

0 commit comments

Comments
 (0)