Skip to content

Commit

Permalink
Update URLs on LIVE DOCS (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adammatthiesen authored Nov 25, 2024
1 parent b97746c commit 114061d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/docs/src/starlightOverrides/SiteTitle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import type { Props } from '@astrojs/starlight/props';
<Default {...Astro.props} />
<ul>
<li>
<a href="https://studiocms.xyz">Landing</a>
<a href="https://studiocms.dev">Landing</a>
</li>
<li>
<a href="https://demo.studiocms.xyz">Demo</a>
<a href="https://next-demo.studiocms.dev">Demo</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -50,4 +50,4 @@ import type { Props } from '@astrojs/starlight/props';
font-size: var(--sl-text-sm);
}
}
</style>
</style>

0 comments on commit 114061d

Please sign in to comment.