@yesstudio/nuxt-composables
    Preparing search index...

    Interface DeprecatedResolvesDuplicates

    interface DeprecatedResolvesDuplicates {
        key?: string;
        tagDuplicateStrategy?: "replace" | "merge";
    }
    Index

    Properties

    key?: string

    You should avoid using keys to dedupe meta as they are automatically deduped. If you need to change the meta tag rendered use tagPriority.

    tagDuplicateStrategy?: "replace" | "merge"

    Remove