Daniel van der Merwe

Results 4 comments of Daniel van der Merwe

Would it be possible to do this using [Hooks/Transforms](https://content.nuxtjs.org/api/advanced#hooks)?

Thanks for the info @ManasMadrecha! Ended up with the following solution for now. Not perfect, but it'll do for now 👍🏼 **server\plugins\outgoing-links.ts** ``` import { visit } from 'unist-util-visit' export...

> One suggestion, inside the hook, check and only push internal links (own app's) into `outgoingLinks` and not external links as well (i.e., those starting with`http`). Ah yeah, thanks good...

Thanks for the feedback @kameit00! I had a quick check and I think you might be using an older version of the theme. Are you using the theme with Stylus?...