Add anchor to poster url
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
]
|
||||
</script>
|
||||
|
||||
<section class="poster-layout grid">
|
||||
<section class="poster-layout grid" id="poster">
|
||||
<h2 class="title-huge">
|
||||
{product.location.name}
|
||||
</h2>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<div class="poster">
|
||||
{#if image}
|
||||
<a href="/shop/poster-{location.slug}" sveltekit:noscroll sveltekit:prefetch>
|
||||
<a href="/shop/poster-{location.slug}#poster" sveltekit:noscroll sveltekit:prefetch>
|
||||
<Image
|
||||
id={image.id}
|
||||
sizeKey="product"
|
||||
|
||||
Reference in New Issue
Block a user