Change slug of clipboard url

This commit is contained in:
2025-07-29 13:51:20 +02:00
committed by GitHub
parent 7ebee3a3d3
commit a13ab2475f

View File

@@ -22,7 +22,7 @@ function top() {
}
const { copy, copied } = useClipboard({
source: `https://arthurdanjou.fr/writings/${route.params.slug}`,
source: `https://arthurdanjou.fr/projects/${route.params.slug}`,
copiedDuring: 4000,
})