Skip to content

Commit 3630663

Browse files
Merge pull request #5 from codeplaysoftware/custom-domain-support
Updates to support new domains.
2 parents bce9ce3 + d112f53 commit 3630663

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ permissions:
1515
id-token: write
1616

1717
env:
18-
SITE_URL: https://codeplaysoftware.github.io/sycl.tech-website/
19-
CONTENT_URL: https://codeplaysoftware.github.io/sycl.tech-content
18+
SITE_URL: https://sycl.tech/
19+
CONTENT_URL: https://feeds.sycl.tech
2020

2121
jobs:
2222
# Generates a series of routes that Angular can then use to pre-render

src/environments/environment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*--------------------------------------------------------------------------------------------*/
1818

1919
export const environment = {
20-
json_feed_base_url: 'https://codeplaysoftware.github.io/sycl.tech-content',
20+
json_feed_base_url: 'https://feeds.sycl.tech',
2121
github_front_end_url: 'https://github.com/codeplaysoftware/sycl.tech-website',
2222
github_content_repo_collection_base_url: 'https://github.com/codeplaysoftware/sycl.tech-content/tree/main/content',
2323
github_content_url: 'https://github.com/codeplaysoftware/sycl.tech-content',

0 commit comments

Comments
 (0)