Updating things more
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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).
|
||||
</>
|
||||
),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user