diff --git a/components/ISCNList.vue b/components/ISCNList.vue
index bb6dcae..0d814b6 100644
--- a/components/ISCNList.vue
+++ b/components/ISCNList.vue
@@ -60,10 +60,10 @@
{{ schema }}
@@ -183,13 +183,13 @@ export default {
const [schema, value] = fingerprint.split('://')
switch (schema) {
case 'ipfs':
- return [schema, `${IPFS_GATEWAY}/ipfs/${value}`]
+ return [schema, `${IPFS_GATEWAY}/ipfs/${value}`, 'blank']
case 'ar':
- return [schema, `${ARWEAVE_GATEWAY}/${value}`]
+ return [schema, `${ARWEAVE_GATEWAY}/${value}`, 'blank']
default:
- return [schema, `/fingerprint/${encodeURIComponent(fingerprint)}`]
+ return [schema, `./fingerprint/${encodeURIComponent(fingerprint)}`, '']
}
},
isValid (record) {
diff --git a/components/TagList.vue b/components/TagList.vue
index 9898f2f..bd2fb3d 100644
--- a/components/TagList.vue
+++ b/components/TagList.vue
@@ -3,7 +3,7 @@
Featured Keywords
|