We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc34afd commit 3c26fc1Copy full SHA for 3c26fc1
.vitepress/config.ts
@@ -6,7 +6,7 @@ import { Feed } from 'feed'
6
import { formatPageContentForRSS } from './theme/utils';
7
8
const siteTitle = 'Neural Interfaces';
9
-const siteDescription = 'The Catalog of Brain-Responsive Applications';
+const siteDescription = 'Brain-Computer Interfaces for the Rest of Us';
10
const blogDir = 'posts';
11
12
const hostName = 'https://neuralinterfaces.com';
@@ -18,7 +18,7 @@ const author = [
18
}
19
]
20
21
-const siteCopyright = 'Copyright © 2024-present Garrett Flynn';
+const siteCopyright = 'Copyright © 2024-present Neural Interfaces and Contributors';
22
23
const formattedPagesForRSS: Record<string, string> = {};
24
0 commit comments