mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable hash links for now
This commit is contained in:
parent
64d1ab688b
commit
1009286e97
2 changed files with 2 additions and 2 deletions
|
|
@ -126,7 +126,7 @@ export default {
|
|||
// console.log('video', video)
|
||||
return {
|
||||
...video,
|
||||
endpoint: `#${video.id}`
|
||||
// endpoint: `#${video.id}`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
|
|
@ -91,7 +91,7 @@ export default {
|
|||
// console.log('video', video)
|
||||
return {
|
||||
...video,
|
||||
endpoint: `#${video.id}`
|
||||
// endpoint: `#${video.id}`
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue