New frontend code for Pixelfed redesign, showcasing the power of NuxtJS with the `navigateTo()` function.
Full source code depicted in the image:
<template #items>
<DropdownItem v-if="!profile.local" id="viewOriginal"
@select="navigateTo(profile.url, { external: true, open: { target: '_blank' } })">
<Icon name="ion:open-outline" class="text-base opacity-60" />
<span>Go to remote profile</span>
</DropdownItem>