Updating things more
This commit is contained in:
@@ -14,11 +14,11 @@ module.exports = {
|
|||||||
organizationName: 'StardustXR', // Usually your GitHub org/user name.
|
organizationName: 'StardustXR', // Usually your GitHub org/user name.
|
||||||
projectName: 'website', // Usually your repo name.
|
projectName: 'website', // Usually your repo name.
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
colorMode: {
|
colorMode: {
|
||||||
defaultMode: "dark",
|
defaultMode: "dark",
|
||||||
disableSwitch: false,
|
disableSwitch: true,
|
||||||
respectPrefersColorScheme: false,
|
respectPrefersColorScheme: false,
|
||||||
},
|
},
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Stardust XR',
|
title: 'Stardust XR',
|
||||||
logo: {
|
logo: {
|
||||||
|
|||||||
@@ -18,8 +18,8 @@ const FeatureList = [
|
|||||||
image: 'https://stereokit.net/img/StereoKitLogoLight.svg',
|
image: 'https://stereokit.net/img/StereoKitLogoLight.svg',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
Stardust is made using <a href="https://stereokit.net">StereoKit</a>, which allows for a fast and lightweight display server.
|
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 is less than 10MB and uses ~50MB of RAM (varies depending on clients).
|
The compiled server binary when statically linking StereoKit is less than 10MB and uses ~50MB of RAM (varies depending on clients).
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user