Joe Pantazidis
Joe Pantazidis
Had the same problem. What helps is to set the environment variables `NODE_ENV=production`, e.g., with `cross-env` in your package.json script `build`: ```jsonc // package.json { // ... "scripts": { //...
Hi! Even though, I understand the concerns of @arcticicestudio regarding the plans of Typora, and despite there being already a possible solution from @parkersarsfield, I went ahead and wrote an...
@parkersarsfield Great, thanks! (Just a side note: It seems kind of odd, but I changed my github username, and even though, there is a redirect, it would be great if...
Had the same issue. After deactivating "Block third-party cookies", the extension works (I believe you can also add an exception for localhost instead of disabling this option for all sites)....
@antfu Sorry it took so long to answer. I had a lot on my plate. I agree I have not though about these complications. It definitely makes sense to not...
@userquin Yeah, I'll test it and let you know if it solves the issue in the comment you linked.
@antfu @userquin Due to the discussion in #72, let's put this on hold and implement this together with the outcome of #72.
@antfu Sorry for the spam, but on second thought, I believe we can utilize this feature as the `initialState` now is compatible with CSP. And due to the discussion in...
@mathieutu Hi! Are you referring to the functionality of `asyncData` and a `payload` when generating static sites in Nuxt? https://nuxtjs.org/docs/2.x/configuration-glossary/configuration-generate/#speeding-up-dynamic-route-generation-with-payload
I have much on my plate right now, but I guess I can do it in the next few weeks if no one does it before me 😄 Just an...