diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue index 4a16a38e4..86183d3e0 100644 --- a/src/views/NotFound.vue +++ b/src/views/NotFound.vue @@ -13,7 +13,7 @@ import { useRoute } from 'vue-router'; const route = useRoute(); -const isBackend = /\/(api|download)\/.+/.test(route.fullPath) +const isBackend = /\/(api|download|share)\/.+/.test(route.fullPath)