-
I'm trying to change auth module to my needs and with this `index.js`
```
const path = require('path')
module.exports = function nuxtAuthDevise (options) {
this.addVendor(['cookie', 'js-cook…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Clone repository [windicss-nuxt-bridge-reproduction](https://github.…
-
I'd like to configure a default image _format_ for all images via nuxt config:
```ts
export default defineNuxtConfig({
modules: [
'@nuxt/image-edge'
],
image: {
//…
-
### Environment
- Operating System: `Linux`
- Node Version: `v16.13.1`
- Nuxt Version: `2.16.0-27358576.777a4b7f`
- Package Manager: `yarn@1.22.17`
- Bundler: `Webpack`
- Use…
-
I'm not sure if this is an issue with this module or just Netlify itself. There is also a thread here about it [Netlify CDN Image 404 - Nuxt](https://answers.netlify.com/t/netlify-cdn-image-404-nuxt/1…
-
When running "@edgedb/generate edgeql-js" the generated files are placed into /dbschema/edgeql-js/.
However, nuxt is looking for files in /dbschema/query-builder/.
Workaround is to move files i…
-
When using SVG images within the `` tag, an automatic black background is applied, even though SVG images typically do not have a background color. However, if the same image is used with the `` tag, …
-
Would it be possible to add config, where images from `public` folder would be pregenerated using `nuxt build`? This would help for edge runtime usecases, where you have dynamic content, but static im…
-
### Environment
```json
{
"dependencies": {
"@pinia/nuxt": "^0.4.6",
"axios": "^0.21.1",
"js-cookie": "^3.0.1",
"mathjs": "^11.3.3",
"pinia-plugin-persist": "1.0.0",
…
-
## nuxt升级到nuxt2过程踩坑
```
jackieli@DESKTOP-1U117IU MINGW64 /f/jackieli/my-github/nuxt-blog (master)
$ npm install nuxt@2.0.0 --save
"nuxt-edge": "^2.0.0-25428457.c59acdd",(这个可以)
"nuxt": "^2.0…