Skip to content

Commit

Permalink
Fix baseUrl ..
Browse files Browse the repository at this point in the history
  • Loading branch information
randytate committed Dec 15, 2023
1 parent 0194603 commit c15d394
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config = {
title: 'Kids on Computers',
tagline: 'Bringing technology to underprivileged kids worldwide',
url: 'https://kidsoncomputers.github.io',
baseUrl: '/website/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
Expand Down
4 changes: 4 additions & 0 deletions src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ export default function HomepageFeatures(): JSX.Element {
<Feature key={idx} {...props} />
))}
</div>

<hr></hr>
<h3 className="mapHeader">Where We Are</h3>

<div className="row">
<div className={clsx('col col--2')}></div>
<KoCMap />
Expand Down
3 changes: 3 additions & 0 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
right: 0;
width: 100%;
height: 100%;
}
.mapHeader {
text-align: center;
}

0 comments on commit c15d394

Please sign in to comment.