vejja

Results 120 comments of vejja

@TomHeinemeyer The official Nuxt docs require an absolute URL https://nuxt.com/docs/api/nuxt-config#cdnurl I'm not against supporting it if it works for you, however we would need to think carefully about not breaking...

Hi @myaaaapon You are right that we do not apply the same settings to HTML resources, JS/CSS files and backend routes. This is documented here : https://nuxt-security.vercel.app/documentation/advanced/security-headers Maybe the documentation...

I'm not sure I understand the root cause of the issue. Is it only that the Google crawl bot has not refreshed its links to the new docs website ?

Ok, got it I think you can submit the site to Google for reindexing? And yes, maybe a redirect of /documentation/** to /**. Either via Nuxt or via Vercel?

Hi Yes this change is ok By the way we should probably think about refactoring the `Advanced > Strict CSP` section because it is now a source of confusion: the...

Hi This is a standard situation where an older browser doesn’t support a newer technology. However this will not prevent the application from running. The only inconvenience is a minor...

I see The immediate fix for you @codeflorist is probably to set the exportToPreset option to false (under ssg) - same as #504 Separately if you can post a screenshot...

One of your modules (or - less likely - yourself) is inserting inline event handlers. Can you have a look in the console at who is the culprit so that...

I'm proposing a very simple fix in PR #500 Bottom line is right now we do not support Nuxt Islands, and this PR is a tentative to introduce support for...