Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional UI update #583

Merged
merged 4 commits into from
Nov 11, 2024
Merged

Additional UI update #583

merged 4 commits into from
Nov 11, 2024

Conversation

ivntsng
Copy link
Contributor

@ivntsng ivntsng commented Nov 11, 2024

What does this PR do?

Additional UI changes.

@@ -186,4 +186,4 @@ def indent(elem: ET.Element, level: int = 0) -> ET.Element:


def get_cors_origins() -> list[str]:
return list({settings.site.homepage, "https://kscale.store", *LOCALHOST_URLS})
return list({settings.site.homepage, "https://kscale.dev", *LOCALHOST_URLS})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can just change the homepage variable in production.yaml to https://kscale.dev, instead of hardcoding it here

@ivntsng ivntsng merged commit 04478c4 into master Nov 11, 2024
1 check passed
@ivntsng ivntsng deleted the additional-ui-update branch November 11, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants