Skip to content

Commit 82bdfe3

Browse files
committed
Fix site URL and baseurl for custom domain
1 parent b20fb27 commit 82bdfe3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ title: NHS Notify CMS
2222
2323
description: >- # this means to ignore newlines until "baseurl:"
2424
NHS Notify Web CMS
25-
baseurl: "/nhs-notify-web-cms" # the subpath of your site, e.g. /blog
26-
url: "https://nhsdigital.github.io" # the base hostname & protocol for your site, e.g. http://example.com
25+
baseurl: "" # the subpath of your site, e.g. /blog
26+
url: "https://notify.nhs.uk" # the base hostname & protocol for your site, e.g. http://example.com
2727

2828
collections_dir: collections
2929

0 commit comments

Comments
 (0)