Skip to content

Commit 7fa189f

Browse files
rexkirshnerclaude
andcommitted
feat: configure custom domain podcast-framework.rejected.media
Updated Astro site configuration to use custom domain on rejected.media. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dc16fdb commit 7fa189f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ import starlight from '@astrojs/starlight';
44

55
// https://astro.build/config
66
export default defineConfig({
7-
site: 'https://docs.podcastframework.dev',
7+
site: 'https://podcast-framework.rejected.media',
88
integrations: [
99
starlight({
1010
title: 'Podcast Framework',
1111
description: 'Build beautiful podcast websites with Astro, TypeScript, and Sanity CMS',
1212
social: [
13-
{ icon: 'github', label: 'GitHub', href: 'https://github.com/podcast-framework/podcast-framework' },
13+
{ icon: 'github', label: 'GitHub', href: 'https://github.com/rejected-media/podcast-framework' },
1414
],
1515
sidebar: [
1616
{

0 commit comments

Comments
 (0)