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 7dc73b8 commit 692bd3cCopy full SHA for 692bd3c
eleventy.config.js
@@ -49,7 +49,7 @@ module.exports = function (eleventyConfig) {
49
},
50
url:
51
process.env.GITHUB_ACTIONS &&
52
- 'https://nhsdigital.github.io/prevention-services-design-history/'
+ 'https://design-history.prevention-services.nhs.uk/'
53
})
54
55
// Passthrough
@@ -103,7 +103,6 @@ module.exports = function (eleventyConfig) {
103
input: 'app',
104
layouts: '_layouts',
105
includes: '_components'
106
- },
107
- pathPrefix: process.env.GITHUB_ACTIONS ? '/prevention-services-design-history/' : '/'
+ }
108
}
109
0 commit comments