I have a dynamic route:
routes/artwork/[slug].svelte.
All works great with npm run dev.
But when I npm run export those dynamic slug routes are missing. I don't see them in the __sapper__/export, and the pages are missing as well when I uploaded to Netlify.
Any clue how I might be able to fix that? Did I miss something obvious?