Skip to content

Commit 733714c

Browse files
committed
refactor: update repo url
1 parent 23351f9 commit 733714c

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

.github/workflows/ghpages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
strategy:
1212
matrix:
13-
node: ["12.16.0"]
13+
node: ['12.16.0']
1414
name: Node ${{ matrix.node }}
1515
steps:
1616
- uses: actions/checkout@v2
@@ -37,4 +37,3 @@ jobs:
3737
with:
3838
github_token: ${{ secrets.BLOBS_APP_PUBLISH_TOKEN }}
3939
publish_dir: ./public
40-
cname: blobs.app

README.md

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,27 @@
1414
<div class="highlight highlight-source-shell">
1515
<pre>
1616
<div align="center"><strong >Blobs Generator</strong></div>
17-
<div align="center"><a align="center" href="https://blobs.app/">https://blobs.app/</a></div>
17+
<div align="center"><a align="center" href="https://lokesh-coder.github.io/blobs.app/">https://lokesh-coder.github.io/blobs.app/</a></div>
1818
</pre>
1919
</div>
2020

2121
<p align="center">
2222
<img src="https://user-images.githubusercontent.com/1754676/111070973-0f668700-84fa-11eb-9457-4d6282e90eec.png" alt="Social preview"></p>
2323

24-
25-
2624
### Features
27-
- Choose any solid colors
28-
- Set gradient colors
29-
- Use Patterns
30-
- Clip Image
31-
- Outlined blob
32-
- SVG Code - view/copy/download
33-
- Flutter blob code
34-
- Save and view blobs
35-
- Tiny blob change sound
36-
- PWA - Offline support
37-
- Custom sharable URL
38-
- Dark theme
25+
26+
- Choose any solid colors
27+
- Set gradient colors
28+
- Use Patterns
29+
- Clip Image
30+
- Outlined blob
31+
- SVG Code - view/copy/download
32+
- Flutter blob code
33+
- Save and view blobs
34+
- Tiny blob change sound
35+
- PWA - Offline support
36+
- Custom sharable URL
37+
- Dark theme
3938

4039
### Development
4140

src/components/SEO.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,20 @@ function SEO({ description, lang, meta, title }) {
4848
},
4949
{
5050
property: 'og:url',
51-
content: 'https://blobs.app/',
51+
content: 'https://lokesh-coder.github.io/blobs.app/',
5252
},
5353
{
5454
property: 'og:image',
55-
content: 'https://blobs.app/blobs_app_poster.png',
55+
content:
56+
'https://lokesh-coder.github.io/blobs.app/blobs_app_poster.png',
5657
},
5758
{
5859
name: 'twitter:card',
5960
content: 'summary_large_image',
6061
},
6162
{
6263
name: 'twitter:url',
63-
content: 'https://blobs.app/',
64+
content: 'https://lokesh-coder.github.io/blobs.app/',
6465
},
6566
{
6667
name: 'twitter:creator',
@@ -76,7 +77,8 @@ function SEO({ description, lang, meta, title }) {
7677
},
7778
{
7879
name: 'twitter:image',
79-
content: 'https://blobs.app/blobs_app_poster.png',
80+
content:
81+
'https://lokesh-coder.github.io/blobs.app/blobs_app_poster.png',
8082
},
8183
].concat(meta)}
8284
/>

0 commit comments

Comments
 (0)