We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2fc2d2 commit 47431f5Copy full SHA for 47431f5
app/components/Changelog/Card.vue
@@ -13,7 +13,7 @@ const formattedDate = computed(() => {
13
14
const cardId = computed(() => (release.publishedAt ? `date-${formattedDate.value}` : undefined))
15
16
-const navId = computed(() => `release-${encodeURIComponent(release.title)}`)
+const navId = computed(() => `release-${encodeURI(release.title)}:`)
17
18
function navigateToTitle() {
19
navigateTo(`#${navId.value}`)
0 commit comments