Skip to content

Commit 3858ee6

Browse files
authored
CHORE: update link (#201)
1 parent 2b63fcb commit 3858ee6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

data-es.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default {
44
last_updated: '2021-10-07',
55
total: 0,
66
credits: 'PHPID Community',
7-
ui: 'https://learning.byphp.id'
7+
ui: 'https://learning-byphpid.netlify.app'
88
},
99
data: []
1010
};

data.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
last_updated: '2021-10-07',
55
total: 0,
66
credits: 'PHPID Community',
7-
ui: 'https://learning.byphp.id'
7+
ui: 'https://learning-byphpid.netlify.app'
88
},
99
data: []
1010
};

data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"last_updated": "2021-10-07",
55
"total": 0,
66
"credits": "PHPID Community",
7-
"ui": "https://learning.byphp.id"
7+
"ui": "https://learning-byphpid.netlify.app"
88
},
99
"data": []
1010
}

scripts/parser.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const parseQnA = async (item, p) => {
127127
speaker: item.speaker || '',
128128
title: item.title || '',
129129
event_date: item.event_date || '',
130-
link: item.link || 'https://learning.byphp.id/',
130+
link: item.link || 'https://learning-byphpid.netlify.app/',
131131
questions: questions || []
132132
};
133133
} catch (error) {

src/app.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
content="Belajar bersama melalui webinar yang diadakan oleh komunitas PHPID"
2020
/>
2121
<meta name="twitter:card" content="summary_large_image" />
22-
<meta name="twitter:image" content="https://learning.byphp.id/images/meta-image.jpg" />
22+
<meta name="twitter:image" content="https://learning-byphpid.netlify.app/images/meta-image.jpg" />
2323
<meta name="twitter:site" content="@PHP_Indonesia" />
2424

2525
<meta property="og:title" content="Belajar daring bersama PHPID" />
@@ -28,8 +28,8 @@
2828
content="Daftar online learning yang diadakan oleh komunitas PHPID"
2929
/>
3030
<meta property="og:type" content="website" />
31-
<meta property="og:url" content="https://learning.byphp.id/" />
32-
<meta property="og:image" content="https://learning.byphp.id/images/meta-image.jpg" />
31+
<meta property="og:url" content="https://learning-byphpid.netlify.app/" />
32+
<meta property="og:image" content="https://learning-byphpid.netlify.app/images/meta-image.jpg" />
3333

3434
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
3535
<link rel="icon" type="image/png" href="/images/favicon/icon-48.png" />
@@ -38,10 +38,10 @@
3838
{
3939
"@context": "http://schema.org",
4040
"@type": "WebSite",
41-
"url": "https://learning.byphp.id/",
41+
"url": "https://learning-byphpid.netlify.app/",
4242
"description": "Daftar online learning yang diadakan oleh PHPID community",
43-
"image": "https://learning.byphp.id/images/meta-image.jpg",
44-
"thumbnailUrl": "https://learning.byphp.id/images/meta-image.jpg",
43+
"image": "https://learning-byphpid.netlify.app/images/meta-image.jpg",
44+
"thumbnailUrl": "https://learning-byphpid.netlify.app/images/meta-image.jpg",
4545
"name": "PHPID",
4646
"sameAs": ["https://www.facebook.com/groups/phpid"]
4747
}
@@ -54,7 +54,7 @@
5454
"name": "PHPID",
5555
"logo": {
5656
"@type": "ImageObject",
57-
"url": "https://learning.byphp.id/images/meta-image.jpg"
57+
"url": "https://learning-byphpid.netlify.app/images/meta-image.jpg"
5858
}
5959
}
6060
</script>

0 commit comments

Comments
 (0)