Loading .svgo.js→.svgo.cjs +0 −0 File moved. View file .svgo.icons.js→.svgo.icons.cjs +0 −0 File moved. View file app/Database/Seeds/PlatformSeeder.php +1 −15 Original line number Diff line number Diff line Loading @@ -75,13 +75,6 @@ class PlatformSeeder extends Seeder 'home_url' => 'http://castro.fm/', 'submit_url' => 'https://castro.fm/support/link-to-your-podcast-in-castro', ], [ 'slug' => 'chartable', 'type' => 'podcasting', 'label' => 'Chartable', 'home_url' => 'https://chartable.com/', 'submit_url' => 'https://chartable.com/podcasts/submit', ], [ 'slug' => 'deezer', 'type' => 'podcasting', Loading Loading @@ -390,13 +383,6 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.tsacdop.app/', 'submit_url' => '', ], [ 'slug' => 'zion', 'type' => 'podcasting', 'label' => 'Zion', 'home_url' => 'https://zion.fyi/', 'submit_url' => 'https://guide.zion.fyi/zion/getting-started', ], ]; $fundingData = [ Loading Loading @@ -611,7 +597,7 @@ class PlatformSeeder extends Seeder 'type' => 'social', 'label' => 'YouTube', 'home_url' => 'https://www.youtube.com/', 'submit_url' => 'https://creatoracademy.youtube.com/page/home', 'submit_url' => 'https://studio.youtube.com/', ], [ 'slug' => 'x', Loading app/Language/en/Podcast.php +1 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,5 @@ return [ other {# persons} }', 'persons_list' => 'Persons', 'castopod_website' => 'Castopod (website)', ]; app/Libraries/Vite/Config/Vite.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class Vite extends BaseConfig public string $assetsRoot = 'assets'; public string $manifestFile = 'manifest.json'; public string $manifestFile = '.vite/manifest.json'; public string $manifestCSSFile = 'manifest-css.json'; } Loading
app/Database/Seeds/PlatformSeeder.php +1 −15 Original line number Diff line number Diff line Loading @@ -75,13 +75,6 @@ class PlatformSeeder extends Seeder 'home_url' => 'http://castro.fm/', 'submit_url' => 'https://castro.fm/support/link-to-your-podcast-in-castro', ], [ 'slug' => 'chartable', 'type' => 'podcasting', 'label' => 'Chartable', 'home_url' => 'https://chartable.com/', 'submit_url' => 'https://chartable.com/podcasts/submit', ], [ 'slug' => 'deezer', 'type' => 'podcasting', Loading Loading @@ -390,13 +383,6 @@ class PlatformSeeder extends Seeder 'home_url' => 'https://www.tsacdop.app/', 'submit_url' => '', ], [ 'slug' => 'zion', 'type' => 'podcasting', 'label' => 'Zion', 'home_url' => 'https://zion.fyi/', 'submit_url' => 'https://guide.zion.fyi/zion/getting-started', ], ]; $fundingData = [ Loading Loading @@ -611,7 +597,7 @@ class PlatformSeeder extends Seeder 'type' => 'social', 'label' => 'YouTube', 'home_url' => 'https://www.youtube.com/', 'submit_url' => 'https://creatoracademy.youtube.com/page/home', 'submit_url' => 'https://studio.youtube.com/', ], [ 'slug' => 'x', Loading
app/Language/en/Podcast.php +1 −0 Original line number Diff line number Diff line Loading @@ -51,4 +51,5 @@ return [ other {# persons} }', 'persons_list' => 'Persons', 'castopod_website' => 'Castopod (website)', ];
app/Libraries/Vite/Config/Vite.php +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ class Vite extends BaseConfig public string $assetsRoot = 'assets'; public string $manifestFile = 'manifest.json'; public string $manifestFile = '.vite/manifest.json'; public string $manifestCSSFile = 'manifest-css.json'; }