[VERY_UNLIKELY] Asset folder in address bar or tag

Hello Sebastian,

Now that we can have assets inside a folder,I’m wondering if you’re planning add the ability to add the folder name with the slug when accessing an asset.

So instead of have this
img src=“https://website/api/assets/app/picture.jpg

I would have
img src=“https://website/api/assets/app/folder/picture.jpg”

Wondering if this is something your planning to add?

Thank you.

No plans for that. The slugs are unique within the api, not within a folder and I have a no plans to change that.

If the reason is SEO, you can add a additional values after the slug:

e.g.

img src=“https://website/api/assets/app/my-slug/image-description-just-for-seo

This topic was automatically closed after 2 days. New replies are no longer allowed.