Hello, I am having some difficulty creating links to pages that are static collection pages.
I explain to you :
I created a static collection page which is therefore based on a static collection. And this static collection (collectStaticA) contains an array of slugs (slug-1, slug-2, etc…)
So I now have access to several pages: /slug-1, /slug-2, etc…
I would like to make links to these pages (/slug-1, /slug-2, etc…) without using a list on this collection (collectStaticA) and without using external links (which would cause me to lose my app state).
When I try your solution, I don’t have the option to choose a specific page (slug) from the static collection page.
I can just choose which static page collection, but not the particular slug.
Yes that’s what I did, but if I use an url, I lose the state of the application ( according to this post link-type- url-appear-to-clear- variables ), and I need it to do an animation according to certain criteria, and it would be really ugly to keep everything in local storage.