Added origin config to use in summaries. Added link property to summaries for local traxxx URL.

This commit is contained in:
2025-11-14 22:52:16 +01:00
parent 0dd4bcc7fe
commit 8f145e926e
7 changed files with 17 additions and 8 deletions

View File

@@ -104,7 +104,9 @@ const now = new Date();
const mockupRelease = {
id: 0,
title: 'Nut For Human Consumption',
url: 'https://traxxx.me/scene/0/nut-for-human-consumption',
slug: 'nut-for-human-consumption',
link: 'https://traxxx.me/scene/0/nut-for-human-consumption',
url: 'https://example.com/video/12345/nut-for-human-consumption',
date: now,
effectiveDate: now,
createdAt: new Date(now.getFullYear(), 0, 1),