mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-11 22:07:16 +01:00
Change slug of clipboard url
This commit is contained in:
@@ -22,7 +22,7 @@ function top() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { copy, copied } = useClipboard({
|
const { copy, copied } = useClipboard({
|
||||||
source: `https://arthurdanjou.fr/writings/${route.params.slug}`,
|
source: `https://arthurdanjou.fr/projects/${route.params.slug}`,
|
||||||
copiedDuring: 4000,
|
copiedDuring: 4000,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user