Skip to content

Commit 5eeda63

Browse files
use-https-with-github-domain (#184)
1 parent cf4097f commit 5eeda63

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
@@ -55,7 +55,7 @@ export default function (eleventyConfig) {
5555
},
5656
themeColor: '#2288aa',
5757
titleSuffix: serviceName,
58-
url: process.env.GITHUB_ACTIONS && 'http://x-govuk.github.io/'
58+
url: process.env.GITHUB_ACTIONS && 'https://x-govuk.github.io/'
5959
})
6060

6161
// Collections

0 commit comments

Comments
 (0)