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

vite.build.assetsInlineLimit parameter is invalid #11361

Open
1 task
J-env opened this issue Jun 27, 2024 · 1 comment
Open
1 task

vite.build.assetsInlineLimit parameter is invalid #11361

J-env opened this issue Jun 27, 2024 · 1 comment
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) feat: assets Related to the Assets feature (scope)

Comments

@J-env
Copy link

J-env commented Jun 27, 2024

Astro Info

Astro                    v4.10.3+
Node                     v18.18.0
System                   macOS (x64)
Package Manager          npm
Output                   static
Adapter                  none
Integrations             @astrojs/vue

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

This image is only 3.3 kb, but there is no base64 inline
image

What's the expected result?

<img src="data:image/png;base64,........." width="1920" height="42" alt="">

Link to Minimal Reproducible Example

https://stackblitz.com/edit/withastro-astro-8wxxjt?file=src%2Fpages%2Findex.astro

Participation

  • I am willing to submit a pull request for this issue.
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Jun 27, 2024
@Princesseuh Princesseuh added - P3: minor bug An edge case that only affects very specific usage (priority) feat: assets Related to the Assets feature (scope) and removed needs triage Issue needs to be triaged labels Jul 11, 2024
@peipei818
Copy link

How to fix it? I also want to use base64 image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P3: minor bug An edge case that only affects very specific usage (priority) feat: assets Related to the Assets feature (scope)
Projects
None yet
Development

No branches or pull requests

3 participants