From d59ffe9e6fe36e5ba3548d18b771f236964d5002 Mon Sep 17 00:00:00 2001 From: BekahHW <34313413+BekahHW@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:43:17 -0400 Subject: [PATCH] Change url to point to os.pizza (#228) --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 0ea5c88e..64e6f005 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://sauced-intro.netlify.app/', + url: 'https://opensauced.pizza', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: '/learn/',