Liège Arthur

Results 21 comments of Liège Arthur

What I want to do is a custom HTML page, with my header, my footer etc.. Is this possible ? Or the page is doomed to be blank ? Thx...

Hello there, I have fixed some issues with `next-compose-plugins` and the following setup : ``` const withNx = require('@nrwl/next/plugins/with-nx') const withPlugins = require('next-compose-plugins'); const withNextra = require('nextra')({ theme: 'nextra-theme-docs', themeConfig:...

Hello again, I have problems with inline SVG, I can't use : ``` nx: { svgr: true, }, ``` The generated webpack seems to ignore `.svg`. It's related to `SWC...

Hey @jaqua, it was working using the fix here: `https://github.com/shuding/nextra/issues/454#issuecomment-1119628276`. But it was not using new Nextra v2.0. One additional tip is that you have to **NOT** have a `rootDir`...

Hi @smoothdvd, your issue seems not related to my issue. But I once encountered your problem ! EDIT: You will surely have the same issue as me after you fix...

@derrickmehaffy I know it's closed, I will stay with this workaround and store strings 😐 But in strapi v4 official documentation, it says that `array` is an official and supported...

Hey :v: Relative to : https://github.com/shadcn/ui/pull/320 ? I was also looking for this for Birthdate picker. I adjusted some styles so that it's correct and functional while waiting for the...

Hey, Don't know if its the full code of your header or if you are cleaning things to keep the issue clear. But small warning on something I found out...

@balazsorban44 I updated nextjs to the canary version. ``` yarn add next@canary ``` It's seems that the difference is that that `error` is now a `warning` : ``` [Error: ENOENT:...

> Does this mean the issue is fixed now? :thinking: I don't think it's fixed, just that the error does not create an internal 500 error anymore :thinking: ? I...