From 0c4f423d06cfc596ac0a01e980012492f4083362 Mon Sep 17 00:00:00 2001 From: BekahHW Date: Thu, 16 Oct 2025 16:32:05 -0400 Subject: [PATCH] Update config --- docusaurus.config.js | 4 ++-- netlify.toml | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 57719fa6..2b712420 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -15,10 +15,10 @@ const config = { favicon: "img/favicon.png", // Set the production url of your site here - url: "https://opensauced.pizza", + url: "https://osscommunities.com", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/learn/", + baseUrl: "/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. diff --git a/netlify.toml b/netlify.toml index 0192cc80..d7f7968f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,10 @@ command = "npm run build" [build.environment] - NODE_VERSION = "18.0" \ No newline at end of file + NODE_VERSION = "18.0" + +# Redirect all traffic to the new site +[[redirects]] + from = "https://opensauced.pizza/learn" + to = "https://learn.osscommunities.com/:splat" + status = 301 \ No newline at end of file