Remove extra Stardust XR titles
This commit is contained in:
@@ -5,8 +5,8 @@ const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'Stardust XR',
|
title: 'Stardust XR',
|
||||||
tagline: 'We Fight for the Users!',
|
tagline: 'We Fight for the Users!',
|
||||||
url: 'https://stardustxr.github.io',
|
url: 'https://stardustxr.org',
|
||||||
baseUrl: '/website/',
|
baseUrl: '/',
|
||||||
trailingSlash: false,
|
trailingSlash: false,
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
@@ -20,7 +20,6 @@ module.exports = {
|
|||||||
respectPrefersColorScheme: false,
|
respectPrefersColorScheme: false,
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Stardust XR',
|
|
||||||
logo: {
|
logo: {
|
||||||
alt: 'Stardust XR logo, a yellow astroid with smaller white astroids around it',
|
alt: 'Stardust XR logo, a yellow astroid with smaller white astroids around it',
|
||||||
src: 'img/icon.webp',
|
src: 'img/icon.webp',
|
||||||
|
|||||||
@@ -29,7 +29,6 @@ export default function Home() {
|
|||||||
const {siteConfig} = useDocusaurusContext();
|
const {siteConfig} = useDocusaurusContext();
|
||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
title={`${siteConfig.title}`}
|
|
||||||
description="XR Display Server">
|
description="XR Display Server">
|
||||||
<HomepageHeader />
|
<HomepageHeader />
|
||||||
<main>
|
<main>
|
||||||
|
|||||||
Reference in New Issue
Block a user