Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
last_updated: '2021-10-07',
total: 0,
credits: 'PHPID Community',
ui: 'https://learning.byphp.id'
ui: 'https://learning-byphpid.netlify.app'
},
data: []
};
2 changes: 1 addition & 1 deletion data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
last_updated: '2021-10-07',
total: 0,
credits: 'PHPID Community',
ui: 'https://learning.byphp.id'
ui: 'https://learning-byphpid.netlify.app'
},
data: []
};
2 changes: 1 addition & 1 deletion data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"last_updated": "2021-10-07",
"total": 0,
"credits": "PHPID Community",
"ui": "https://learning.byphp.id"
"ui": "https://learning-byphpid.netlify.app"
},
"data": []
}
2 changes: 1 addition & 1 deletion scripts/parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const parseQnA = async (item, p) => {
speaker: item.speaker || '',
title: item.title || '',
event_date: item.event_date || '',
link: item.link || 'https://learning.byphp.id/',
link: item.link || 'https://learning-byphpid.netlify.app/',
questions: questions || []
};
} catch (error) {
Expand Down
14 changes: 7 additions & 7 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
content="Belajar bersama melalui webinar yang diadakan oleh komunitas PHPID"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://learning.byphp.id/images/meta-image.jpg" />
<meta name="twitter:image" content="https://learning-byphpid.netlify.app/images/meta-image.jpg" />
<meta name="twitter:site" content="@PHP_Indonesia" />

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

<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<link rel="icon" type="image/png" href="/images/favicon/icon-48.png" />
Expand All @@ -38,10 +38,10 @@
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://learning.byphp.id/",
"url": "https://learning-byphpid.netlify.app/",
"description": "Daftar online learning yang diadakan oleh PHPID community",
"image": "https://learning.byphp.id/images/meta-image.jpg",
"thumbnailUrl": "https://learning.byphp.id/images/meta-image.jpg",
"image": "https://learning-byphpid.netlify.app/images/meta-image.jpg",
"thumbnailUrl": "https://learning-byphpid.netlify.app/images/meta-image.jpg",
"name": "PHPID",
"sameAs": ["https://www.facebook.com/groups/phpid"]
}
Expand All @@ -54,7 +54,7 @@
"name": "PHPID",
"logo": {
"@type": "ImageObject",
"url": "https://learning.byphp.id/images/meta-image.jpg"
"url": "https://learning-byphpid.netlify.app/images/meta-image.jpg"
}
}
</script>
Expand Down