connection is not secure, even after configuring https in nuxt.config.ts
example.com
(here changed to obscure my exact setup) redirects to my development server.
I've generated certificates using mkcert
and updated my nuxt.config.ts with the following:
```
devServer: {
host: 'example.com',...Is it possible to make a Promise globally available on every page?
Nuxt UI Pro - Docs template
npx nuxi init -t github:nuxt-ui-pro/docs#v3
I get this output:
```ts...Build error after upgrading to 3.15.4 - No "exports" main defined ... unicorn-magic 🦄
[nuxi 8:26:08 AM] ERROR Nuxt Build Error: [vite:css] [postcss] No "exports" main defined in /Users/david.marr/code/xyz/node_modules/globby/node_modules/unicorn-magic/package.json
file: /Users/david.marr/code/xyz/src/assets/css/tailwind.css:undefined:NaN
[nuxi 8:26:08 AM] ERROR Nuxt Build Error: [vite:css] [postcss] No "exports" main defined in /Users/david.marr/code/xyz/node_modules/globby/node_modules/unicorn-magic/package.json
file: /Users/david.marr/code/xyz/src/assets/css/tailwind.css:undefined:NaN
Typescript error when not destructuring useAsyncData
useLazyAsyncData()
.
```ts
const request = await useLazyAsyncData(() => ({}), { server: false })...i18n doesnt fully refresh the page
async plugins with await - typescript angry

useScriptGoogleTagManager returns void
Test plugin of useNuxtApp vitest
lint+prettier integrations/issues in vscode
Input background color does not work

nuxt js dev server starts up very slowly
How to make Multiple Transition
preflight with 204 no content
How to get a rich text editor in Nuxt Content/Nuxt Studio
Moving `content` directory under `src/`
content
folder under src/
.
I thought that setting the srcDir
property would be enough, but it seems that content
is unaffected by that.
Is this achievable or not as of Nuxt 3?...
refresh page after back to tap on mobile
Best Practices for SSG in Nuxt 2 with External Router Structure?
Build failing with typescript error in [email protected]