-
Notifications
You must be signed in to change notification settings - Fork 350
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
feat: svelte 5 + upgrade dependencies #175
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -55,7 +54,7 @@ | |||
<span>Read more...</span> | |||
<ul class="tag-list"> | |||
{#each article.tagList as tag} | |||
<li class="tag-default tag-pill tag-outline"><a href="/?tag={tag}">{tag}</a></li> | |||
<li class="tag-default tag-pill tag-outline">{tag}</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this now seems to match what is on https://www.realworld.how/specifications/frontend/templates/, so I suppose it is fine
thank you! if you have any interest in upgrading it as well, our other demo site is at https://github.com/sveltejs/sites/tree/master/sites/hn.svelte.dev |
Upgrades to Svelte 5.
Be aware that the Conduit API is currently broken (gothinkster/realworld#1576).