aboutsummaryrefslogtreecommitdiff
path: root/apps/website/config.ts
diff options
context:
space:
mode:
authorWyvest <wyvestbusiness@gmail.com>2024-01-06 11:33:26 -0500
committerWyvest <wyvestbusiness@gmail.com>2024-01-06 11:33:26 -0500
commit5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6 (patch)
tree44c50936eeb27d5bcfee632608586668072de6ad /apps/website/config.ts
parent3a9c3585648081b0b6b972d526060c268fa6b9a6 (diff)
downloadNexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.tar.gz
Nexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.tar.bz2
Nexus-5a9a6dd68d4bfcbedeb292edf5306bd4a0bf75b6.zip
some text modifications
Diffstat (limited to 'apps/website/config.ts')
-rw-r--r--apps/website/config.ts14
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/website/config.ts b/apps/website/config.ts
index b8202f1..9bd4f7d 100644
--- a/apps/website/config.ts
+++ b/apps/website/config.ts
@@ -4,8 +4,8 @@ export const configConst = {
projects: getProjects(),
logos: ['oneconfig.minimal', 'polyfrost.full', 'polyfrost.minimal', 'polyfrost.minimal_bg'],
socials: {
- youtube: 'https://youtube.com/',
- discord: 'https://discord.gg/',
+ youtube: 'https://youtube.com/@Polyfrost',
+ discord: '/discord',
github: 'https://github.com/Polyfrost',
modrinthId: 'a6VEZDKe', // user id of Wyvest
},
@@ -46,7 +46,12 @@ export const configConst = {
links: getProjects().filter(project => project.hasPage === true).map(project => ({
text: project.name,
url: `/projects/${project.name.toLowerCase()}`,
- })),
+ })).concat([
+ {
+ text: 'Mods',
+ url: '/mods',
+ }
+ ])
},
{
header: 'Organization',
@@ -65,7 +70,7 @@ export const configConst = {
},
{
text: 'Documentation',
- url: '/documentation',
+ url: 'https://docs.polyfrost.org',
},
{
text: 'Open source',
@@ -99,7 +104,6 @@ function getProjects(): Project[] {
name: 'OneConfig',
description: 'The next-generation config library for Forge and Fabric',
logo: 'oneconfig.minimal',
- tag: 'BETA',
hasPage: true,
},
{