Hi
Hugo outputs page resources for each language in each language’s folder and thus creating duplicates.
I tried Headless Bundle and I created a folder media in content/
and it didn’t worked. Actually I want all resource in one folder
for each language and page. Like a media
folder which store all resources.
I tried various ways:
I placed the media
folder in content/' and it's giving something like
nopPagethen moved the media folder into
content/en/ and access it like:
{{ (.Sites.First.GetPage "media").Resources -}}
But it’s showing an empty array.
Thank you.