Skip to content

Commit 35c065d

Browse files
authored
[Docs Site] Upgrade Astro to 4.16.4, Starlight to 0.28.3 (#17536)
* [Docs Site] Upgrade Astro to 4.16.4, Starlight to 0.28.3 * Remove SiteTitle override * fix package.json
1 parent 4ab45e9 commit 35c065d

File tree

6 files changed

+223
-202
lines changed

6 files changed

+223
-202
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ export default defineConfig({
155155
MarkdownContent: "./src/components/overrides/MarkdownContent.astro",
156156
Sidebar: "./src/components/overrides/Sidebar.astro",
157157
PageSidebar: "./src/components/overrides/PageSidebar.astro",
158-
SiteTitle: "./src/components/overrides/SiteTitle.astro",
159158
PageTitle: "./src/components/overrides/PageTitle.astro",
160159
SocialIcons: "./src/components/overrides/SocialIcons.astro",
161160
SkipLink: "./src/components/overrides/SkipLink.astro",
@@ -170,6 +169,7 @@ export default defineConfig({
170169
"./src/mermaid.css",
171170
"./src/table.css",
172171
"./src/tailwind.css",
172+
"./src/title.css",
173173
"./src/tooltips.css",
174174
],
175175
pagination: false,

0 commit comments

Comments
 (0)