We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d4330 commit 23c9709Copy full SHA for 23c9709
eleventy.config.js
@@ -27,7 +27,7 @@ module.exports = function (eleventyConfig) {
27
meta: {
28
items: [
29
{
30
- href: "https://github.com/NHSDigital/screening-design-history",
+ href: "https://github.com/NHSDigital/prevention-services-design-history",
31
text: "Github source"
32
},
33
@@ -104,6 +104,6 @@ module.exports = function (eleventyConfig) {
104
layouts: '_layouts',
105
includes: '_components'
106
107
- pathPrefix: process.env.GITHUB_ACTIONS ? '/screening-design-history/' : '/'
+ pathPrefix: process.env.GITHUB_ACTIONS ? '/prevention-services-design-history/' : '/'
108
}
109
0 commit comments