From 5129f4817665e45d37f66450bae8a6220b4d1d5b Mon Sep 17 00:00:00 2001 From: Stefan Ivanovski Date: Mon, 20 Oct 2025 19:13:24 +0200 Subject: [PATCH] [fix] Fix wrong RSS feed URL translation --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index c5e8ed4..930adac 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -11,7 +11,7 @@ const config: Config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://graphicsprogramming.github.io/", + url: "https://graphics-programming.org/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' baseUrl: "/",