From 75c629effb9b59d0520797b1aece629352d5678a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20UB?= <22903142+adrian-ub@users.noreply.github.com> Date: Thu, 24 Oct 2024 21:38:12 -0500 Subject: [PATCH] docs: update site title in site config --- docs/src/config/site.ts | 2 +- docs/src/layouts/DocsLayout.astro | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/src/config/site.ts b/docs/src/config/site.ts index 45cc5f6..c2489ad 100644 --- a/docs/src/config/site.ts +++ b/docs/src/config/site.ts @@ -1,5 +1,5 @@ export const siteConfig = { - title: 'shadcn-gn', + title: 'shadcn-ng', url: 'https://ui.adrianub.dev', description: 'Beautifully designed components built with your choice of UI and CSS frameworks.', links: { diff --git a/docs/src/layouts/DocsLayout.astro b/docs/src/layouts/DocsLayout.astro index 6987634..c55f7ed 100644 --- a/docs/src/layouts/DocsLayout.astro +++ b/docs/src/layouts/DocsLayout.astro @@ -19,7 +19,11 @@ const { headings } = await entry.render() const { pathname } = Astro.url --- - +