Replies: 3 comments
-
Create this file: /routes/nikon-z9/+page.svelte That should make it accessible under yourdomain.com/nikon-z9 |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kristjanmar Having a look at this, this doesn't look scalable in the long term for my usecase in autogenerating pages. Is there a way to make this dynamically generated with a list of slug routes in Sveltekit? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any help with this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use Sveltejs for a project that requires my URLs to use this path structure (e.g. $BASE_URL/nikon-z9) rather than this path structure $BASE_URL/tech/nikon-z9.
I don't know if Sveltekit supports this and have tried everything to achieve this structure.
Any help to achieve this would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions