Skip to content

Commit 2f04d9d

Browse files
Change back to our domain URL (#185)
1 parent 5eeda63 commit 2f04d9d

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 && 'https://x-govuk.github.io/'
58+
url: process.env.GITHUB_ACTIONS && 'https://x-govuk.org/'
5959
})
6060

6161
// Collections

0 commit comments

Comments
 (0)