feat: init migration script from mongodb

This commit is contained in:
swve 2023-12-15 21:37:22 +01:00
parent 99146ca02b
commit 2d822459fb
7 changed files with 307 additions and 8 deletions

View file

@ -41,7 +41,6 @@ export async function generateMetadata(
openGraph: {
title: activity.name + `${course_meta.name} Course`,
description: course_meta.description,
type: activity.type === 'video' ? 'video.other' : 'article',
publishedTime: course_meta.creation_date,
tags: course_meta.learnings,
},