Skip to content

Commit 692bd3c

Browse files
Update URL (#60)
1 parent 7dc73b8 commit 692bd3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

eleventy.config.js

Lines changed: 2 additions & 3 deletions
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://nhsdigital.github.io/prevention-services-design-history/'
52+
'https://design-history.prevention-services.nhs.uk/'
5353
})
5454

5555
// Passthrough
@@ -103,7 +103,6 @@ module.exports = function (eleventyConfig) {
103103
input: 'app',
104104
layouts: '_layouts',
105105
includes: '_components'
106-
},
107-
pathPrefix: process.env.GITHUB_ACTIONS ? '/prevention-services-design-history/' : '/'
106+
}
108107
}
109108
}

0 commit comments

Comments
 (0)