Skip to content

Commit 3c26fc1

Browse files
committed
Update config.ts
1 parent bc34afd commit 3c26fc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/config.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Feed } from 'feed'
66
import { formatPageContentForRSS } from './theme/utils';
77

88
const siteTitle = 'Neural Interfaces';
9-
const siteDescription = 'The Catalog of Brain-Responsive Applications';
9+
const siteDescription = 'Brain-Computer Interfaces for the Rest of Us';
1010
const blogDir = 'posts';
1111

1212
const hostName = 'https://neuralinterfaces.com';
@@ -18,7 +18,7 @@ const author = [
1818
}
1919
]
2020

21-
const siteCopyright = 'Copyright © 2024-present Garrett Flynn';
21+
const siteCopyright = 'Copyright © 2024-present Neural Interfaces and Contributors';
2222

2323
const formattedPagesForRSS: Record<string, string> = {};
2424

0 commit comments

Comments
 (0)