Skip to content

Commit 23c9709

Browse files
Rename GitHub repo (#56)
1 parent 32d4330 commit 23c9709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eleventy.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = function (eleventyConfig) {
2727
meta: {
2828
items: [
2929
{
30-
href: "https://github.com/NHSDigital/screening-design-history",
30+
href: "https://github.com/NHSDigital/prevention-services-design-history",
3131
text: "Github source"
3232
},
3333
{
@@ -104,6 +104,6 @@ module.exports = function (eleventyConfig) {
104104
layouts: '_layouts',
105105
includes: '_components'
106106
},
107-
pathPrefix: process.env.GITHUB_ACTIONS ? '/screening-design-history/' : '/'
107+
pathPrefix: process.env.GITHUB_ACTIONS ? '/prevention-services-design-history/' : '/'
108108
}
109109
}

0 commit comments

Comments
 (0)