diff --git a/data/useAboutArchwayArticles.ts b/data/useAboutArchwayArticles.ts index 548d364a..0f69268c 100644 --- a/data/useAboutArchwayArticles.ts +++ b/data/useAboutArchwayArticles.ts @@ -13,13 +13,13 @@ export const useAboutArchwayArticles = async (): Promise<{ const articles = computed(() => { const fetchedArticles = (data.value || []).map(item => Article.make(item)); - + // Scavenger hunt article information const newArticle = Article.make({ - id: 'scavenger-hunt', + _id: 'scavenger-hunt', title: 'Scavenger Hunt', - description: 'Congratulations on finding the third clue! Keyword #3 is “DEVELOPER REWARDS”. Click on this module to go to the fourth clue’s location!', - path: '/path-to-manual-article', + description: 'Congratulations on finding the third clue! Keyword #3 is “DEVELOPER REWARDS”. Click on this module to go to the fourth clue\'s location!', + _path: 'https://archway.io/ecosystem', logo: 'ScavengerHuntIcon', });