From 82bdfe31ef9ef4853472264714a8f7bea62affeb Mon Sep 17 00:00:00 2001 From: Alex Colbeck <36191568+alexcolbeck1@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:36:06 +0000 Subject: [PATCH] Fix site URL and baseurl for custom domain --- docs/_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index 21dc697..cfa474b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -22,8 +22,8 @@ title: NHS Notify CMS # email: your-email@example.com description: >- # this means to ignore newlines until "baseurl:" NHS Notify Web CMS -baseurl: "/nhs-notify-web-cms" # the subpath of your site, e.g. /blog -url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "" # the subpath of your site, e.g. /blog +url: "https://notify.nhs.uk" # the base hostname & protocol for your site, e.g. http://example.com collections_dir: collections