Skip to content

Commit cd74c42

Browse files
committed
Change site title and github URL.
1 parent 1442ac9 commit cd74c42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
plugins: [starlightThemeFlexoki({accentColor: "blue",})],
11-
title: 'My Docs',
12-
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/withastro/starlight' }],
11+
title: 'M68k Reference',
12+
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/markjamesm/m68k-reference' }],
1313
sidebar: [
1414
{
1515
label: 'Guides',

0 commit comments

Comments
 (0)