From 274ff40706f40dea4811fe242c588532a0e6543f Mon Sep 17 00:00:00 2001 From: Joshua Strobl Date: Sat, 12 Sep 2026 14:25:41 +0300 Subject: [PATCH] chore(data): update discussions entry to point to Discourse Currently the website points to GitHub Discussions. aerynOS has moved to its own Discourse to facilitate long-form discussions. Updated data to point to that. Also added an .nvmrc to nvm / fnm can automatically switch to the supported version (Node 24 LTS' latest release) Signed-off-by: Joshua Strobl --- .nvmrc | 1 + src/data/constants.ts | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 .nvmrc diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 00000000..df6ae337 --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +24.21.0 diff --git a/src/data/constants.ts b/src/data/constants.ts index e2ca38ee..57222942 100644 --- a/src/data/constants.ts +++ b/src/data/constants.ts @@ -46,10 +46,10 @@ export const COMMUNITY = [ icon: "tabler:brand-zulip", }, { - title: "GitHub Discussions", - description: "Join the conversation on GitHub.", - url: "https://github.com/aerynOS", - icon: "tabler:brand-github", + title: "Discourse", + description: "Join the conversation on our Discourse.", + url: "https://aerynos.discourse.group/", + icon: "simple-icons:discourse", }, { title: "X",