Skip to content

Commit

Permalink
feat: update title delimiter in Astro configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-ub committed Aug 1, 2024
1 parent 3451cf3 commit 71aaca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/www/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default defineConfig({
integrations: [
starlight({
title: siteConfig.name,
titleDelimiter: "-",
expressiveCode: {
themes: [theme],
styleOverrides: {
Expand Down
3 changes: 3 additions & 0 deletions apps/www/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
title: shadcn-ng
description: Beautifully designed components that you can copy and paste into your apps.
template: splash
head:
- tag: title
content: shadcn-ng
hero:
title: Build your component library
tagline: Beautifully designed components that you can copy and paste into your apps.
Expand Down

0 comments on commit 71aaca8

Please sign in to comment.