You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/reference/configuration.md
+10
Original file line number
Diff line number
Diff line change
@@ -425,3 +425,13 @@ starlight({
425
425
],
426
426
});
427
427
```
428
+
429
+
### `titleDelimiter`
430
+
431
+
**type:**`string`
432
+
**default:**`'|'`
433
+
434
+
Sets the delimiter between page title and site title in the page’s `<title>` tag, which is displayed on browser tabs.
435
+
436
+
By default, every page has a `<title>` of `Page Title | Site Title`.
437
+
For example, this page is titled “Configuration Reference” and this site is titled “Starlight”, so the `<title>` for this page is “Configuration Reference | Starlight”.
0 commit comments