From 3858ee61413e34078d21ebf061f497acbb29a7f6 Mon Sep 17 00:00:00 2001 From: Irfan Maulana Date: Mon, 19 Feb 2024 16:33:30 +0700 Subject: [PATCH] CHORE: update link (#201) --- data-es.js | 2 +- data.js | 2 +- data.json | 2 +- scripts/parser.mjs | 2 +- src/app.html | 14 +++++++------- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data-es.js b/data-es.js index 87b6a3834f..94ed7c6e83 100644 --- a/data-es.js +++ b/data-es.js @@ -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: [] }; diff --git a/data.js b/data.js index 68fc22ca28..786e553762 100644 --- a/data.js +++ b/data.js @@ -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: [] }; diff --git a/data.json b/data.json index fb5a861396..6ecb211f92 100644 --- a/data.json +++ b/data.json @@ -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": [] } diff --git a/scripts/parser.mjs b/scripts/parser.mjs index 6f6c0a450e..4ab142dfa3 100644 --- a/scripts/parser.mjs +++ b/scripts/parser.mjs @@ -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) { diff --git a/src/app.html b/src/app.html index 07135ccb68..42bbf6334a 100644 --- a/src/app.html +++ b/src/app.html @@ -19,7 +19,7 @@ content="Belajar bersama melalui webinar yang diadakan oleh komunitas PHPID" /> - + @@ -28,8 +28,8 @@ content="Daftar online learning yang diadakan oleh komunitas PHPID" /> - - + + @@ -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"] } @@ -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" } }