Skip to content

Commit c0e77bb

Browse files
Update URLs to use custom domain
1 parent 48642ff commit c0e77bb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Contributions are welcome! Here's how you can help:
139139
140140
```bash
141141
# Fork and clone the repository
142-
git clone https://github.com/YOUR_USERNAME/whatsapp-lite.git
142+
git clone https://github.com/bittu-the-coder/whatsapp-lite.git
143143
cd whatsapp-lite
144144
145145
# Install dependencies

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<meta property="og:type" content="website" />
1818
<meta
1919
property="og:url"
20-
content="https://bittu-the-coder.github.io/whatsapp-lite/"
20+
content="https://www.bittuthecoder.me/whatsapp-lite/"
2121
/>
2222
<meta
2323
property="og:title"
@@ -36,7 +36,7 @@
3636
<meta property="twitter:card" content="summary_large_image" />
3737
<meta
3838
property="twitter:url"
39-
content="https://bittu-the-coder.github.io/whatsapp-lite/"
39+
content="https://www.bittuthecoder.me/whatsapp-lite/"
4040
/>
4141
<meta
4242
property="twitter:title"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"bugs": {
2727
"url": "https://github.com/bittu-the-coder/whatsapp-lite/issues"
2828
},
29-
"homepage": "https://bittu-the-coder.github.io/whatsapp-lite/",
29+
"homepage": "https://www.bittuthecoder.me/whatsapp-lite/",
3030
"private": true,
3131
"type": "module",
3232
"scripts": {

0 commit comments

Comments
 (0)