Skip to content

Commit a3e04ed

Browse files
authored
Update docusaurus.config.js
1 parent 60dc7a5 commit a3e04ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docusaurus.config.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ const math = require('remark-math');
22
const katex = require('rehype-katex');
33

44
module.exports = {
5-
title: '[rsapkf/73]',
5+
title: '[notes/thoughts]',
66
titleDelimiter: '::',
7-
tagline: "@rsapkf's notes.",
8-
url: 'https://rsapkf-notes.netlify.app',
7+
tagline: "@uvacoder notes.",
8+
url: 'https://rsapkf-notes.vercel.app',
99
baseUrl: '/',
1010
favicon: 'img/favicon.svg',
11-
organizationName: 'rsapkf',
11+
organizationName: 'uvacoder',
1212
themeConfig: {
1313
colorMode: {
1414
defaultMode: 'dark',
1515
},
1616
hideableSidebar: true,
1717
navbar: {
1818
style: 'dark',
19-
title: '[rsapkf/73]',
19+
title: '[notes/thoughts]',
2020
hideOnScroll: true,
2121
logo: {
2222
alt: 'Logo',
@@ -65,7 +65,7 @@ module.exports = {
6565
],
6666
},
6767
{
68-
href: 'https://github.com/rsapkf/73/',
68+
href: 'https://github.com/uvacoder/rsapkf-notes/',
6969
position: 'right',
7070
className: 'header-github-link',
7171
'aria-label': 'GitHub repository',

0 commit comments

Comments
 (0)