Skip to content

Commit

Permalink
fix: no redirect routes for SSG and sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrel authored and Siilwyn committed Mar 20, 2023
1 parent 64a1feb commit d9f21c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ const routes = [

for (const building of buildings) {
routes.push(`/en/buildings/${building.i18n.en.slug}/`);
routes.push(`/en/buildings/${building.i18n.en.slug}/spaces/`);
routes.push(`/nl/gebouwen/${building.i18n.nl.slug}/`);
routes.push(`/nl/gebouwen/${building.i18n.nl.slug}/ruimtes/`);
}

for (const space of spaces) {
Expand Down

0 comments on commit d9f21c9

Please sign in to comment.