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

Enhancement: Check how to add support for multiple asset folders #684

Open
estruyf opened this issue Oct 9, 2023 · 0 comments
Open

Enhancement: Check how to add support for multiple asset folders #684

estruyf opened this issue Oct 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@estruyf
Copy link
Owner

estruyf commented Oct 9, 2023

In some SSGs you can have multiple asset folders. It would be good to be able to define multiple asset folders in the frontMatter.content.publicFolder setting.

Important: We need to check how images get inserted in the content. Paths can vary per asset folder.

{
	"frontMatter.content.publicFolder": [
		"public",
		{
			"path": "src/assets",
			"relative": true
		}
	]
}
@estruyf estruyf added the enhancement New feature or request label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant