Skip to content

Commit 4627b48

Browse files
Update pathPrefix for github pages hosting
1 parent 5bc9148 commit 4627b48

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
@@ -50,6 +50,6 @@ module.exports = function (eleventyConfig) {
5050
layouts: '_layouts',
5151
includes: '_components'
5252
},
53-
pathPrefix: process.env.GITHUB_ACTIONS && '/nhsuk-design-history-template/'
53+
pathPrefix: process.env.GITHUB_ACTIONS && '/screening-design-history/'
5454
}
5555
}

0 commit comments

Comments
 (0)