mirror of https://github.com/halo-dev/halo
fix: sheet url in mobile device.
parent
cf8c027825
commit
db7a6850fd
|
@ -247,7 +247,7 @@
|
||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
v-if="item.status=='PUBLISHED'"
|
v-if="item.status=='PUBLISHED'"
|
||||||
:href="options.blog_url+'/archives/'+item.url"
|
:href="options.blog_url+'/s/'+item.url"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="text-decoration: none;"
|
style="text-decoration: none;"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue