Refactored In The Crack. Added chapter videos (unused) and dates. Added stylized entity name field.
This commit is contained in:
@@ -5752,7 +5752,8 @@ const sites = [
|
||||
// IN THE CRACK
|
||||
{
|
||||
slug: 'inthecrack',
|
||||
name: 'InTheCrack',
|
||||
name: 'In The Crack',
|
||||
style: 'InTheCrack',
|
||||
url: 'https://inthecrack.com',
|
||||
},
|
||||
// TODO: INDIE https://nats.indiebucks.com/external.php?page=sites
|
||||
@@ -15502,6 +15503,7 @@ exports.seed = (knex) => Promise.resolve()
|
||||
const sitesWithNetworks = sites.filter((site) => !site.delete).map((site) => ({
|
||||
slug: site.slug,
|
||||
name: site.name,
|
||||
name_stylized: site.style,
|
||||
type: site.type || 'channel',
|
||||
alias: site.alias,
|
||||
description: site.description,
|
||||
|
||||
Reference in New Issue
Block a user