diff --git a/data-es.js b/data-es.js
index 87b6a3834..94ed7c6e8 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 68fc22ca2..786e55376 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 fb5a86139..6ecb211f9 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 6f6c0a450..4ab142dfa 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 07135ccb6..42bbf6334 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"
}
}