You've already forked obsidian-visualiser
Change pages title and add third party legal mentions
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
import type { MarkdownRoot, ParsedContent, TocLink } from '@nuxt/content/dist/runtime/types';
|
||||
import type { Canvas, CanvasContent } from '~/types/canvas';
|
||||
|
||||
import { stringifyParsedURL } from 'ufo';
|
||||
import { stringifyParsedURL, parseURL } from 'ufo';
|
||||
|
||||
interface ParsedContentExtended extends Omit<ParsedContent, 'body'> {
|
||||
body: MarkdownRoot | CanvasContent | null;
|
||||
@@ -160,7 +160,7 @@ function hidePreview(e: Event) {
|
||||
</div>
|
||||
</Teleport>
|
||||
</template>
|
||||
<a v-bind="$attrs" v-else>
|
||||
<a v-bind="$attrs" :href="href" :target="target" v-else>
|
||||
<slot></slot>
|
||||
</a>
|
||||
</template>
|
||||
Reference in New Issue
Block a user