Generate Breadcrumb and Navigation in SvelteKit
Building Dynamic Navigation
As we know that in SvelteKit, +page.svelte files point to the actual web page. So, to generate navigation, we need to figure out a way to get the list of all +page.svelte files. Currently, SvelteKit (v1.20.2) does not have...
blog.aakashgoplani.in4 min read