Skip to content

Commit e8d1faa

Browse files
committed
Update config for initial deployment
1 parent 5944a1b commit e8d1faa

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
88
const config = {
99
title: 'SurPathHub Docs',
1010
tagline: 'The official documentation website for all open source SurPathHub projects',
11-
url: 'https://your-docusaurus-test-site.com',
11+
url: 'https://docs.surpathhub.org',
1212
baseUrl: '/',
1313
onBrokenLinks: 'throw',
1414
onBrokenMarkdownLinks: 'warn',

src/scss/modules/SPHTitleBar.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
grid-template-columns: 100%;
66
grid-gap: 0.5rem;
77
align-items: center;
8+
// border-bottom: 1px solid var(--sph-theme--secondary);
9+
// border-bottom: 2px solid var(--sph-theme--secondary);
810

911
padding: 0.5rem 0;
1012

0 commit comments

Comments
 (0)