Updating things more

This commit is contained in:
technobaboo
2021-07-21 19:42:55 -05:00
parent 5e2d4a5457
commit 8ffd95199f
2 changed files with 7 additions and 7 deletions

View File

@@ -14,11 +14,11 @@ module.exports = {
organizationName: 'StardustXR', // Usually your GitHub org/user name.
projectName: 'website', // Usually your repo name.
themeConfig: {
colorMode: {
defaultMode: "dark",
disableSwitch: false,
respectPrefersColorScheme: false,
},
colorMode: {
defaultMode: "dark",
disableSwitch: true,
respectPrefersColorScheme: false,
},
navbar: {
title: 'Stardust XR',
logo: {

View File

@@ -18,8 +18,8 @@ const FeatureList = [
image: 'https://stereokit.net/img/StereoKitLogoLight.svg',
description: (
<>
Stardust is made using <a href="https://stereokit.net">StereoKit</a>, which allows for a fast and lightweight display server.
The compiled server binary is less than 10MB and uses ~50MB of RAM (varies depending on clients).
Stardust is made using <a href="https://stereokit.net">StereoKit</a>, an XR application/rendering toolkit allowing for a fast and lightweight display server.
The compiled server binary when statically linking StereoKit is less than 10MB and uses ~50MB of RAM (varies depending on clients).
</>
),
},