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

Fix Hash and other URL oddities: Use URL parsing instead of bespoke regex #96

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

rtablada
Copy link
Contributor

The previous work in #84 broke hash urls.

This is because the url parsing had been using a regex. This is now replaced with URL to better encompass the possible changes to URLs that aren't part of the actual path

Copy link

stackblitz bot commented Jul 12, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented Jul 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kolay-docs-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 12, 2024 6:07pm

@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Jul 12, 2024
@NullVoxPopuli NullVoxPopuli merged commit 300e34c into universal-ember:main Jul 12, 2024
6 of 7 checks passed
@github-actions github-actions bot mentioned this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants