Skip to content

Commit d112f53

Browse files
author
Scott Straughan
committed
Updates to support new domains.
1 parent 1001b17 commit d112f53

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)