-
Running into the same issue as discussion, Layer works locally but when changed to Github repo. It failed with this:
`Failed to resolve import "/lang/en.json" from ".nuxt\i18n.options.mjs"`
I've c…
-
Hello, I just created a brand new `nuxt` app and setup this package but no manifest.json is detected. Specifically I am using `"nuxt": "^3.5.2"` and `"@vite-pwa/nuxt": "^0.1.0"`. I have setup `vite-pw…
-
Nuxt rc11
Blog-module 0.0.1-6
on build Uglify fails
```javascript
ERROR in 3.401771ae88b5828911b6.js from UglifyJs
Unexpected token: operator (>) [./node_modules/@nuxtjs/blog/src/app/mixins/ap…
-
Receiving this error upon launch, which is preventing the page from displaying the desired content:
```
WARNING Compiled with 1 warnings 11:09:10 AM
warni…
-
### Version
create-nuxt-app: v4.0.0
### Steps to reproduce
`npx create-nuxt-app app-test`
```
create-nuxt-app v4.0.0
✨ Generating Nuxt.js project in app-test
? Project name: app-test
? …
-
Pushing to vercel fails with the error message:
```
Error: The Serverless Function "index" is 52.75mb which exceeds the maximum size limit of 50mb. Learn More: https://vercel.link/serverless-funct…
-
I'm trying to add components that have a dark mode option via TW's `dark:` tag. However, when switching to a dark theme via the button on the navbar the dark option is not activated. This is working …
-
I created a NuxtGenerate ace command with the following code
```
class NuxtGenerate extends Command {
/**
* signature defines the requirements and name
* of command.
*
* @return …
-
Please help me with at least the concept. I have two questions actually.
1. How can I show data from an api end point? Let's say I have 10 products which I retrieve by calling a json end point. How …
-
Hello
I'm unsure if I am doing something wrong or why there is no preload link in the header when I'm using the $img utility.
```
export default {
computed: {
backgroundImag…