Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vitepress introduces plug-ins to compile error #18

Open
you-hengh opened this issue Feb 1, 2023 · 0 comments
Open

Vitepress introduces plug-ins to compile error #18

you-hengh opened this issue Feb 1, 2023 · 0 comments

Comments

@you-hengh
Copy link

I used this plug-in in the blog built by vitepress, but the compiler reported an error

image

my package.json

{
  "name": "vitepress",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "dev": "vitepress dev docs --open",
    "build": "vitepress build docs",
    "serve": "vitepress serve docs"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@algolia/client-search": "^4.14.2",
    "@types/node": "^18.11.18",
    "vitepress": "1.0.0-alpha.40"
  },
  "dependencies": {
    "avif.js": "^0.2.0"
  }
}

can u help me ?

All the pictures on my blog are in avif format, but edge browsers do not support avif format. I hope to let edge browsers display pictures through your plug-in. This is my request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant