Skip to content

Commit 9eaceb7

Browse files
Fix URL config (#48)
1 parent e13f87d commit 9eaceb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eleventy.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module.exports = function (eleventyConfig) {
4949
},
5050
url:
5151
process.env.GITHUB_ACTIONS &&
52-
'https://x-govuk.github.io/nhsuk-design-history-template/'
52+
'https://nhsdigital.github.io/screening-design-history/'
5353
})
5454

5555
// Passthrough

0 commit comments

Comments
 (0)