[F] Fix link redirection
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ services:
|
||||
restart: always
|
||||
ports:
|
||||
- '14792:8000'
|
||||
image: hykilpikonna/lisho:1.0.3
|
||||
image: hykilpikonna/lisho:1.0.4
|
||||
environment:
|
||||
- GOOGLE_API_KEY="Your key here"
|
||||
build: .
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@
|
||||
<Transition>
|
||||
<div v-if="short && input_hidden" :style="error ? {color: '#ff8383'} : {}">
|
||||
<div v-if="error">{{short}}</div>
|
||||
<a :href="short" v-if="!error">{{short}}</a>
|
||||
<a :href="'https://' + short" v-if="!error">{{short}}</a>
|
||||
<div class="rem" v-if="!error">( Copied! )</div>
|
||||
</div>
|
||||
</Transition>
|
||||
|
||||
Reference in New Issue
Block a user