DEV Community

Discussion on: Build a Responsive Website using Svelte in 30 minutes.

Collapse
 
mjosborne1 profile image
Michael Osborne

I have a question on style for you.
If you wanted to split the 'About' page out onto it's own page, would the route be to a static file in PUBLIC (e.g. about.html) or to another svelte component and how could the Nav bar be reused in that case?