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

Set custom path and output file name #883

Open
kuncevic opened this issue Feb 21, 2024 · 0 comments
Open

Set custom path and output file name #883

kuncevic opened this issue Feb 21, 2024 · 0 comments

Comments

@kuncevic
Copy link

kuncevic commented Feb 21, 2024

I tried to play with the config

const config = {
  dest: "/assets/images/icons",
  mode: {
    symbol: {
      inline: true, // Prepare for inline embedding
    },
  },
};

However setting custom dest result with default folder structure and the output file name that I would like to change:

/assets/images/icons/symbol/svg/sprite.symbol.svg

Instead I want to see this /assets/images/icons/sprite.svg is it achievable using config?

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