justanothersynth
justanothersynth
+1 We use Nuxt (and Forestry) pretty heavily, I also agree that it would be great to have Nuxt support in Tina!
@cellis @tarciozemel this is already possible, you just have to make sure to use underscores to delimit breakpoints. Like this: ```html Content ^ here ^ here ```
Hi @Hugh-Top 👋🏼 It looks like this dataset is already claimed by you and its state is set to `Awaiting first copy`. Can you clarify what you're requesting here?
@RobQuistNL any chance there are more descriptive errors produced by singularity? CC @xinaxu
@RobQuistNL that final CAR file has a permission issue making it inaccessible, correct?
Hey @silverbackdan I just ran into a similar issue and discovered a solution [here](https://github.com/nuxt/nuxt/issues/14245#issuecomment-1397351583) → which leads to [here](https://github.com/sppmstar/nuxt-3-module-layout-vite-bug/blob/125de3c9545f7fd8a52e1da0dc315c93113614ab/src/module.ts#L23-L25) for some sample code. This did it for me :) ```js...
Hey @everchanger @pidanmeng, this isn't 100% your situation(s) but here's a stripped-down example of how I solved a localhost self-signed certificate issue in development ([source](https://stackoverflow.com/questions/71946885/accept-self-signed-certificates-for-undici-fetch)): ```js import { Agent }...
I ran into this issue as well, except with the following: ```vue ``` I'm using: ``` json "@nuxt/content": "^2.6.0", "nuxt": "^3.4.0" ``` The following workaround, as mentioned by @vertigo09: ```js...