Rik Zwarthoff

Results 9 comments of Rik Zwarthoff

Indeed, for example: `vue/no-multiple-template-root`

Still broken ``` WARN Module @nuxt/image is disabled due to incompatibility issues: - [nuxt] Nuxt version `^3.0.0` is required but currently using `3.0.0-rc.11` ``` Have to specify version: ```yarn add...

Any progress on this? Issue still persists here on Nuxt 3. Only need 2 colors

What also works, is installing openssl through brew if it is not already installed, then symlinking openssl ssl folder. `brew install openssl` or `brew reinstall openssl` `ln -s /usr/local/etc/[email protected] /usr/local/etc/openssl`...

We're also having the same issue @2.8.5, we have some relative links that link to external applications. It tries fetch content for these. The NuxtLink's even have `external: true` prop.

@Szymon-dziewonski can you label this ticket as a bug?

@Szymon-dziewonski Ah sorry wasn't aware :)

> The following solved my issues! > > I had `content:{documentDriven: true}` in my `nuxt.config.ts` so every non-content page it was querying for content, and also drastically slowing the page...

@danielroe @farnabaz @Atinux, can you guys please take a look here