You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
kleinicke
changed the title
The Standorte slug is fixed
The Standorte slug is currently fixed for all websites
Sep 4, 2022
These are basically three problems to fix.
/standorte/
in the fetchChapters function infetch.ts
dynamic.src/routes/standorte/[slug]
folder is used to render the location websites. The standorte has somehow to disappear from the slugsrc/routes/standorte/+page.svelte
. Also here the standorte needs to be exchanged somehow...The text was updated successfully, but these errors were encountered: