site icon indicating copy to clipboard operation
site copied to clipboard

The `Standorte` slug is currently fixed for all websites

Open kleinicke opened this issue 3 years ago • 0 comments

These are basically three problems to fix.

  • Currently the url for each location has to include Standorte. This can be fixed by making the string /standorte/ in the fetchChapters function in fetch.ts dynamic.
  • Additionally the src/routes/standorte/[slug] folder is used to render the location websites. The standorte has somehow to disappear from the slug
  • The main locations website is described in src/routes/standorte/+page.svelte. Also here the standorte needs to be exchanged somehow...

kleinicke avatar Sep 04 '22 10:09 kleinicke