Dawit
Dawit
NNuxt
Created by Reeed on 10/20/2024 in #❓・help
vscode complains about auto imports
Turns out not.
26 replies
NNuxt
Created by Reeed on 10/20/2024 in #❓・help
vscode complains about auto imports
@kapa.ai Hopefully can help 👀😄
26 replies
NNuxt
Created by Reeed on 10/20/2024 in #❓・help
vscode complains about auto imports
You might need to run the npm run prepare or npx nuxi prepare command to generate the types from your files. It's probably defined in your package.json.
26 replies
NNuxt
Created by plechelmus on 10/12/2024 in #❓・help
White flash on page reload
Could be. Good luck 👍. Kindly close this discussion if you manage to solve your issue.
12 replies
NNuxt
Created by plechelmus on 10/12/2024 in #❓・help
White flash on page reload
I have encountered the issue once. In my case, it was because I had an invalid html structure. Like placing a heading tag inside a div. There may be other causes too and it typically has to do with mismatches between what the client renders and the server renders.
12 replies
NNuxt
Created by Alireza on 9/7/2024 in #❓・help
Example of updating app.config at runtime
Nuxt provides the updateAppConfig utility for this. When you call this method with the new config object you want to update in the app config, it will update only the specific property that has changed and leave other properties untouched. Even though, there isn't much else on its use, it is documented here (https://nuxt.com/docs/api/utils/update-app-config). Hope that helps.
2 replies
NNuxt
Created by hz2222 on 8/5/2024 in #❓・help
ogImage is not visible
You can use Nuxt DevTools to debug OG issues locally. There's an Open Graph tab dedicated to this so you don't have to publish your changes just to see your social images.
5 replies
NNuxt
Created by hz2222 on 8/5/2024 in #❓・help
ogImage is not visible
The primary issue could be from trying to access your images from the assets folder. In a Nuxt project, static files are typically served from the public folder. If the image is located in public, you can access it from the root path at /images/logo.webp. This is well documented (https://nuxt.com/docs/getting-started/assets).
5 replies
NNuxt
Created by bauti on 6/30/2024 in #❓・help
What storage should i use?
unstorage may be worth exploring.
3 replies