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

fix: ensure logo image is generated #21

Merged
merged 2 commits into from
Jul 3, 2024
Merged

fix: ensure logo image is generated #21

merged 2 commits into from
Jul 3, 2024

Conversation

andre8244
Copy link
Contributor

By default vue-cli-service does not generate images smaller than 4KB but replaces them with inline base64. This change ensures that image files (like module logo) are always generated, regardless of their size.

See:

Other changes:

  • Rename vscode devcontainer name

By default vue-cli-service does not generate images smaller than 4KB but
replaces them with inline base64. This change ensures that image files
are always generated, regardless of their size.
@andre8244 andre8244 requested a review from edospadoni July 3, 2024 09:38
@andre8244 andre8244 merged commit dfeee0c into main Jul 3, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants