mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: init migration script from mongodb
This commit is contained in:
parent
99146ca02b
commit
2d822459fb
7 changed files with 307 additions and 8 deletions
|
|
@ -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,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue